CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/10/11 05:45:00
Modified files:
sbin/route : route.c show.c show.h
Log message:
Make route(8) use the ROUTE_TABLEFILTER and change the code so that
route(8) will default to the process rtableid.
route -T 1 exec route add default 192.168.1.1
route -T 1 exec route -n show
These commands will now operate outmatically on rtable 1 and not on
rtable 0 as it was done before.
OK henning@
