Re: [PATCH net-next 04/18] ipv6: Prepare to handle multiple netdev events

2018-01-07 Thread David Ahern
On 1/7/18 3:45 AM, Ido Schimmel wrote: > To make IPv6 more in line with IPv4 we need to be able to respond > differently to different netdev events. For example, when a netdev is > unregistered all the routes using it as their nexthop device should be > flushed, whereas when the netdev's carrier ch

[PATCH net-next 04/18] ipv6: Prepare to handle multiple netdev events

2018-01-07 Thread Ido Schimmel
To make IPv6 more in line with IPv4 we need to be able to respond differently to different netdev events. For example, when a netdev is unregistered all the routes using it as their nexthop device should be flushed, whereas when the netdev's carrier changes only the 'linkdown' flag should be toggle