search for: if_netlink

Displaying 3 results from an estimated 3 matches for "if_netlink".

Did you mean: af_netlink
2019 Apr 07
0
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
...nge Routing, > > Although there might be spurious warning (which is a check for sanity > more than an error) while slave interface is up, slave rename had been > handled quite well there, no matter which state slave is at. > > https://github.com/FRRouting/frr/blob/master/zebra/if_netlink.c#L97 > > The FRR users are supposed to operate on failover master interface > anyway. No one is expected to configure those passive interfaces for > routing. > >> VPP > Nothing particular was seen for this one. The netlink usage there > doesn't seem related to m...
2019 Apr 05
2
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
On Wed, Apr 03, 2019 at 12:52:47AM -0400, Si-Wei Liu wrote: > When a netdev appears through hot plug then gets enslaved by a failover > master that is already up and running, the slave will be opened > right away after getting enslaved. Today there's a race that userspace > (udev) may fail to rename the slave if the kernel (net_failover) > opens the slave earlier than when the
2019 Apr 05
2
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
On Wed, Apr 03, 2019 at 12:52:47AM -0400, Si-Wei Liu wrote: > When a netdev appears through hot plug then gets enslaved by a failover > master that is already up and running, the slave will be opened > right away after getting enslaved. Today there's a race that userspace > (udev) may fail to rename the slave if the kernel (net_failover) > opens the slave earlier than when the