mirror_frr/vtysh
Donald Sharp 01a2af4562 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.
2015-05-19 17:40:36 -07:00
..
.gitignore [administrivia] Git should ignore backup files and .loT files 2008-08-22 20:00:46 +01:00
extract.pl.in bgpd: bgpd-fix-ipv6-afi-parser-node.patch 2015-05-19 17:40:36 -07:00
Makefile.am zebra: add module to communicate routes to FPM 2012-11-30 21:41:17 +01:00
vtysh_config.c vtysh: Vtysh support for babeld. 2012-03-25 17:06:53 +01:00
vtysh_main.c lib/command.c: rewrite command matching/parsing 2014-04-01 20:21:41 +02:00
vtysh_user.c [cleanup] Convert XMALLOC/memset to XCALLOC 2009-06-12 17:07:49 +01:00
vtysh_user.h Initial revision 2002-12-13 20:15:29 +00:00
vtysh.c bgpd: bgpd-fix-ipv6-afi-parser-node.patch 2015-05-19 17:40:36 -07:00
vtysh.conf.sample * vtysh.conf.sample: Fix typo "integrated-vtysh-conf" -> 2005-01-23 19:24:46 +00:00
vtysh.h vtysh: Vtysh support for babeld. 2012-03-25 17:06:53 +01:00