CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/06 01:56:39
Modified files:
sys/net : bfd.c if.c route.c route.h rtsock.c
sys/netinet : if_ether.c in_pcb.c
sys/netinet6 : nd6_rtr.c
Log message:
Prefix functions dealing with routing messages with 'rtm_' and keep
them all in net/rtsock.c.
This allows to easily spot which functions are doing a copyout(9)
when dealing with the routing midlayer.
ok phessler@, bluhm@, dhill@, krw@, claudio@
