-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netlink: fix errant route delete on NEWADDR
NEWADDR was errantly deleting route entities, specifically it happend to delete IPv6 route entries causing a disconnect of all IPv6 clients. NEWADDR can be issued on a DHCP lease renew, which does not change any of the routes. Code was also cleaned up a bit, and added some helpful logging.
- Loading branch information
Showing
1 changed file
with
137 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters