From: Quentin Young Date: Wed, 12 Oct 2016 04:21:18 +0000 (+0000) Subject: vtysh: Add missing stomps X-Git-Tag: frr-3.0-branchpoint~129^2~79 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d2aaa2e556001b5a5f36b3065e46c0301e870879;p=matthieu%2Ffrr.git vtysh: Add missing stomps Signed-off-by: Quentin Young --- 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)" " WORD"'} = "ignore"; +$ignore{'"router bgp [(1-4294967295) [ 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;