summaryrefslogtreecommitdiff
path: root/vtysh/extract.pl.in
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2008-07-03 19:34:48 +0000
committerPaul Jakma <paul.jakma@sun.com>2008-07-03 19:34:48 +0000
commit10895fd6c8f7383786f5a03cf99c0a796792ba1d (patch)
tree803907d4ada28b762b0d24533cdd7ab7cec21ecb /vtysh/extract.pl.in
parent320da874d75acb7d0cb69c531ee6255e63fe0336 (diff)
[vtysh] small fix to previous CMD_AS_RANGE patch, and add missing command
2008-07-03 MIYAJIMA Mitsuharu <miyajima.mitsuharu@anchor.jp> * extract.pl.in: Fix as-range to match CPP output. * vtysh.c: Add missing router_bgp_view_cmd alias.
Diffstat (limited to 'vtysh/extract.pl.in')
-rwxr-xr-xvtysh/extract.pl.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in
index 52a06f51..0b9ee516 100755
--- a/vtysh/extract.pl.in
+++ b/vtysh/extract.pl.in
@@ -37,8 +37,8 @@ $ignore{'"router ripng"'} = "ignore";
$ignore{'"router ospf"'} = "ignore";
$ignore{'"router ospf <0-65535>"'} = "ignore";
$ignore{'"router ospf6"'} = "ignore";
-$ignore{'"router bgp <1-4294967295>"'} = "ignore";
-$ignore{'"router bgp <1-4294967295> view WORD"'} = "ignore";
+$ignore{'"router bgp " "<1-4294967295>"'} = "ignore";
+$ignore{'"router bgp " "<1-4294967295>" " view WORD"'} = "ignore";
$ignore{'"router isis WORD"'} = "ignore";
$ignore{'"router zebra"'} = "ignore";
$ignore{'"address-family ipv4"'} = "ignore";