CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/27 08:47:27
Modified files:
sys/net : route.c route.h
sys/netinet : if_ether.c
sys/netinet6 : nd6.c
Log message:
Remove unused arguments from rt_checkgate().
Since the rtalloc(9) rewrite no route lookup is done in this function so
there's no need for a destination or a rtable ID.
