stopping the glb-director-xdp service does not stop directing traffic
Open
- 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
Assessment
This issue has not been assessed yet.