0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-27 03:10:03 +00:00
Ondrej Zajicek 130da72203 IO: Avoid re-binding accepted sockets to VRF
When VRFs are used, BIRD correctly binds listening (and connecting)
sockets to their VRFs but also re-binds accepted sockets to the same VRF.
This is not needed as the interface bind is inherited in this case, and
indeed this redundant bind causes an -EPERM if BIRD is running as
non-root making BIRD close the connection and reject the peer.

Thanks to Christian Svensson for the original patch and Alexander Zubkov
for suggestions.
2024-08-21 10:40:58 +02:00
..
2009-05-11 01:32:49 +02:00
2023-12-13 04:01:09 +01:00