inet: unhook and remove rip_ctlinput
commitf14c36b57232c458a3d6147988aee18fe9c4863c
authorRoy Marples <roy@marples.name>
Tue, 10 Sep 2019 12:42:19 +0000 (10 13:42 +0100)
committerRoy Marples <roy@marples.name>
Tue, 10 Sep 2019 12:42:19 +0000 (10 13:42 +0100)
tree109644fa74dc9dc69e69baee0a82ae0e2dea2538
parent759dab294b4aa6e4d08c5a68423a612f873862e8
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.
sys/netinet/in_proto.c
sys/netinet/ip_var.h
sys/netinet/raw_ip.c