diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-10-12 04:21:18 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-10-12 04:21:18 +0000 |
| commit | d2aaa2e556001b5a5f36b3065e46c0301e870879 (patch) | |
| tree | 13d79d39231c919dfd684780c4040eea8d387407 | |
| parent | 2de8b19c5a0c7c7cce1ec23a34f830fa101b6833 (diff) | |
vtysh: Add missing stomps
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
| -rwxr-xr-x | vtysh/extract.pl.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in index f9ed832f98..2b0f50cb2f 100755 --- a/vtysh/extract.pl.in +++ b/vtysh/extract.pl.in @@ -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; |
