diff options
author | hasso <hasso> | 2005-04-07 20:42:09 +0200 |
---|---|---|
committer | hasso <hasso> | 2005-04-07 20:42:09 +0200 |
commit | 528bed4a9a997216ba95e3ae445efa79436cc551 (patch) | |
tree | 9fc01b13c038a322aad47364cda888f2ed098e20 /vtysh | |
parent | * Makefile.am: Remove rebuild4 target, it's not used any more by build (diff) | |
download | frr-528bed4a9a997216ba95e3ae445efa79436cc551.tar.xz frr-528bed4a9a997216ba95e3ae445efa79436cc551.zip |
* extract.pl.in: Ignore "router zebra".
Diffstat (limited to 'vtysh')
-rw-r--r-- | vtysh/ChangeLog | 1 | ||||
-rwxr-xr-x | vtysh/extract.pl.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index d72c7a6a3..16434cf33 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -2,6 +2,7 @@ * Makefile.am: Remove rebuild4 target, it's not used any more by build procedure. Define vtysh_cmd_FILES. Use EXTRA_DIST. + * extract.pl.in: Ignore "router zebra". 2005-03-28 Hasso Tepper <hasso at quagga.net> diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in index 444fc9a54..bab9b14f3 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"; |