From d2aaa2e556001b5a5f36b3065e46c0301e870879 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 12 Oct 2016 04:21:18 +0000 Subject: [PATCH] vtysh: Add missing stomps Signed-off-by: Quentin Young --- vtysh/extract.pl.in | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.5