]> git.puffer.fish Git - matthieu/frr.git/commit
[zebra] linux policy routing support with ipv6
authorMathieu Goessens <gebura@poolp.org>
Tue, 23 Jun 2009 14:59:45 +0000 (15:59 +0100)
committerPaul Jakma <paul@quagga.net>
Tue, 23 Jun 2009 14:59:45 +0000 (15:59 +0100)
commitd13c3b4fcf802f904ef47ad82fdc9763fc704fdf
treeb95426a542d8b931b731d8138b296c22ec9ac05e
parentba803bd51cdf3decfc740b3d7287fe51228f78fb
[zebra] linux policy routing support with ipv6

Quagga support linux policy routing (ip route ... table $X) with zebra.conf
table $X option.  It works fine on ipv4.  On ipv6 the parameter is ignored
(table 0 is used).

* zebra/...: Pass appropriate table arg to rib_{add,delete}_ipv6
zebra/connected.c
zebra/rt_netlink.c
zebra/zserv.c