[CFT] multiple FIB support in route(8)
Jason Hellenthal
jhell at DataIX.net
Sat Feb 4 19:56:03 UTC 2012
On Sun, Feb 05, 2012 at 03:35:32AM +0900, Hiroki Sato wrote:
> Hello,
>
> Can anyone review/test the attached patch to add "-fib number" option
> to route(8)? This should simplify static route configuration across
> multiple FIBs in rc.conf. Just adding an -fib option like the
> following will do the trick without changing rc.d/routing:
>
> static_routes="foo bar"
> route_foo="10.1.1.1/24 192.168.2.1 -fib 2"
> route_bar="10.1.1.1/24 192.168.2.1 -fib 3"
>
> The -fib option is supported in all subcommands but monitor.
>
Awesome! I will give this a test ASAP.
More information about the freebsd-net
mailing list