summaryrefslogtreecommitdiff
path: root/vtysh/extract.pl.in
diff options
context:
space:
mode:
authorhasso <hasso>2005-04-07 18:42:09 +0000
committerhasso <hasso>2005-04-07 18:42:09 +0000
commit528bed4a9a997216ba95e3ae445efa79436cc551 (patch)
tree9fc01b13c038a322aad47364cda888f2ed098e20 /vtysh/extract.pl.in
parentb5d518fb32a796a0b376d79bdc5199c48d0a4052 (diff)
* extract.pl.in: Ignore "router zebra".
Diffstat (limited to 'vtysh/extract.pl.in')
-rwxr-xr-xvtysh/extract.pl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in
index 444fc9a5..bab9b14f 100755
--- a/vtysh/extract.pl.in
+++ b/vtysh/extract.pl.in
@@ -40,6 +40,7 @@ $ignore{'"router ospf6"'} = "ignore";
$ignore{'"router bgp <1-65535>"'} = "ignore";
$ignore{'"router bgp <1-65535> view WORD"'} = "ignore";
$ignore{'"router isis WORD"'} = "ignore";
+$ignore{'"router zebra"'} = "ignore";
$ignore{'"address-family ipv4"'} = "ignore";
$ignore{'"address-family ipv4 (unicast|multicast)"'} = "ignore";
$ignore{'"address-family ipv6"'} = "ignore";