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;