K 10 svn:author V 3 hrs K 8 svn:date V 27 2012-04-18T19:11:03.604609Z K 7 svn:log V 325 Add multiple FIB support to route(8). An -fib option has been added to specify the target FIBs. The is a comma-separated list of FIB numbers and/or a range of FIBs like the following: # route add -inet 10.1.1.0/24 192.168.2.1 -fib 2,4,6 # route add -inet 10.1.1.0/24 192.168.2.1 -fib 0-3,5,7-8 END