diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-22 20:55:47 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 19:51:33 +0200 |
commit | 6f2f0be83241daca947110c8e50b8b8bff3f6873 (patch) | |
tree | f3cbc0c5646e658d5813e00a10c9d4394ed763b8 /vtysh/extract.pl.in | |
parent | *: fix git-reindent-branch.py reversing order (diff) | |
download | frr-6f2f0be83241daca947110c8e50b8b8bff3f6873.tar.xz frr-6f2f0be83241daca947110c8e50b8b8bff3f6873.zip |
vtysh: Allow vtysh to pass through vrf commands to pim
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'vtysh/extract.pl.in')
-rwxr-xr-x | vtysh/extract.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |