Date: Sat, 4 Feb 2012 14:29:15 -0500 From: Jason Hellenthal <jhell@DataIX.net> To: Hiroki Sato <hrs@freebsd.org> Cc: sem@freebsd.org, mark@mivok.net, net@freebsd.org Subject: Re: [CFT] multiple FIB support in route(8) Message-ID: <20120204192915.GA63412@DataIX.net> In-Reply-To: <20120205.033532.381149506660559829.hrs@allbsd.org> References: <20120205.033532.381149506660559829.hrs@allbsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120204192915.GA63412>