Restore sending RTM_ADD and RTM_DELETE messages to userland for every
authormpi <mpi@openbsd.org>
Tue, 13 Jan 2015 12:14:00 +0000 (12:14 +0000)
committermpi <mpi@openbsd.org>
Tue, 13 Jan 2015 12:14:00 +0000 (12:14 +0000)
commitae1a35b945bee2de88fd338f3cb0fb1d40142f0e
tree6b1cfcb53fc3094a5b4c8b9497cba1607fee7a0d
parenteb4b0597c9dd6d24661b9ebf421b9ef90b54dae0
Restore sending RTM_ADD and RTM_DELETE messages to userland for every
route created/deleted with rt_ifa_add(9)/rt_ifa_del(9), not only for
RTF_LOCAL routes.

Regression introduced in r1.172 when restoring the original behavior
of RTM_NEWADDR/RTM_RTM_DELADDR reported by Florian Riehm.

Joint work with Florian Riehm, with input from and ok bluhm@.
sys/net/route.c
sys/net/route.h
sys/net/rtsock.c