CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/13 05:14:00
Modified files:
sys/net : route.c route.h rtsock.c
Log message:
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@.
