github / github/glb-director

stopping the glb-director-xdp service does not stop directing traffic

Open
#107 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
2.5k
Forks
239
PR merge metrics
No merged PRs in 30d

Description

Executing this does not stop traffic being directed:
```
sudo systemctl stop glb-director-xdp.service xdp-root-shim@enp0s20f0.service
```
but this does:
```
sudo ip link set enp0s20f0 xdp off
```

Traffic is then resumed with:
```
systemctl start glb-director-xdp.service xdp-root-shim@enp0s20f0.service
```

Perhaps glb-director-xdp or the xdp-root-shim should be pro-actively removing the xdp object on service stop?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.