]> git.puffer.fish Git - mirror/frr.git/commitdiff
vtysh: Add missing stomps
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 12 Oct 2016 04:21:18 +0000 (04:21 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 12 Oct 2016 04:21:18 +0000 (04:21 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
vtysh/extract.pl.in

index f9ed832f98343416caef43ad465a2b40b2aba629..2b0f50cb2f27bfa8ecaa89f69143decf0374acf8 100755 (executable)
@@ -47,6 +47,7 @@ $ignore{'"router ospf6"'} = "ignore";
 $ignore{'"router bgp"'} = "ignore";
 $ignore{'"router bgp " "(1-4294967295)"'} = "ignore";
 $ignore{'"router bgp " "(1-4294967295)" " <view|vrf> WORD"'} = "ignore";
+$ignore{'"router bgp [(1-4294967295) [<view|vrf> WORD]]"'} = "ignore";
 $ignore{'"router isis WORD"'} = "ignore";
 $ignore{'"router zebra"'} = "ignore";
 $ignore{'"address-family ipv4"'} = "ignore";
@@ -71,6 +72,7 @@ $ignore{'"who"'} = "ignore";
 $ignore{'"terminal monitor"'} = "ignore";
 $ignore{'"terminal no monitor"'} = "ignore";
 $ignore{'"show history"'} = "ignore";
+$ignore{'"router ospf [(1-65535)]"'} = "ignore";
 
 my $cli_stomp = 0;