From 528bed4a9a997216ba95e3ae445efa79436cc551 Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 7 Apr 2005 18:42:09 +0000 Subject: * extract.pl.in: Ignore "router zebra". --- vtysh/extract.pl.in | 1 + 1 file changed, 1 insertion(+) (limited to 'vtysh/extract.pl.in') 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"; -- cgit v1.2.1