]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: bgpd-fix-ipv6-afi-parser-node.patch
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:40:36 +0000 (17:40 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:40:36 +0000 (17:40 -0700)
commit01a2af45624e3713313974b1dd9c62c2d05e928f
tree9bec97575fb5ac86329dc2dc20425514474f3ac4
parent5ce10e9251946a9973d650cf776735abfbf74eac
bgpd: bgpd-fix-ipv6-afi-parser-node.patch

BGPd: Make ipv6 unicast/multicast address-family work

In the absence of this patch, attempting to type "address-family ipv6 unicast"
would result in an "Ambiguous command" error and in the case of
"address-family ipv6 multicast", the command would silently fail, without the
prompt dropping into the address-family mode.

The cause is how the parse tree is constructed for ipv6 address family. There
was an error in extract.pl.in script and in vtysh.c files which assumed that
there was only address family ipv6 command, without unicast or multicast and
so the command was failing.
vtysh/extract.pl.in
vtysh/vtysh.c