From 6f2f0be83241daca947110c8e50b8b8bff3f6873 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 22 May 2017 14:55:47 -0400 Subject: vtysh: Allow vtysh to pass through vrf commands to pim Signed-off-by: Donald Sharp --- vtysh/extract.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vtysh/extract.pl.in') diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in index ca280c587..f33c7b960 100755 --- a/vtysh/extract.pl.in +++ b/vtysh/extract.pl.in @@ -85,7 +85,7 @@ foreach (@ARGV) { $protocol = "VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD|VTYSH_ZEBRA|VTYSH_PIMD|VTYSH_EIGRPD"; } elsif ($file =~ /lib\/vrf\.c$/) { - $protocol = "VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD|VTYSH_ZEBRA|VTYSH_EIGRPD|VTYSH_BABELD"; + $protocol = "VTYSH_ALL"; } elsif ($file =~ /lib\/filter\.c$/) { $protocol = "VTYSH_ALL"; -- cgit v1.2.3