git: inet: unhook and remove rip_ctlinput
Roy Marples
roy at crater.dragonflybsd.org
Tue Sep 10 05:45:46 PDT 2019
commit f14c36b57232c458a3d6147988aee18fe9c4863c
Author: Roy Marples <roy at marples.name>
Date: Tue Sep 10 13:42:19 2019 +0100
inet: unhook and remove rip_ctlinput
This is no longer needed thanks to rt_purgecloned.
This also fixes two problems where we would lie about the address
being removed via RTM_DELADDR and the assumption that the
subnet route should be removed / moved to another interface.
Summary of changes:
sys/netinet/in_proto.c | 4 +--
sys/netinet/ip_var.h | 1 -
sys/netinet/raw_ip.c | 79 --------------------------------------------------
3 files changed, 2 insertions(+), 82 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f14c36b57232c458a3d6147988aee18fe9c4863c
--
DragonFly BSD source repository
More information about the Commits
mailing list