diff options
author | Juliusz Chroboczek <jch@pps.jussieu.fr> | 2012-02-07 04:58:49 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2012-03-25 17:06:53 +0100 |
commit | feb6c53eacf630bf18d29e1994f65e567dbdd985 (patch) | |
tree | 4401c28048c69cdbced6be4ab1cd3bbd496b50af /vtysh/extract.pl.in | |
parent | 831aeb9a87d9071829758caf11130aee5578f9c2 (diff) |
vtysh: Vtysh support for babeld.
Diffstat (limited to 'vtysh/extract.pl.in')
-rwxr-xr-x | vtysh/extract.pl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in index c487a81a..61b2d2a2 100755 --- a/vtysh/extract.pl.in +++ b/vtysh/extract.pl.in @@ -37,6 +37,7 @@ $ignore{'"router ripng"'} = "ignore"; $ignore{'"router ospf"'} = "ignore"; $ignore{'"router ospf <0-65535>"'} = "ignore"; $ignore{'"router ospf6"'} = "ignore"; +$ignore{'"router babel"'} = "ignore"; $ignore{'"router bgp " "<1-4294967295>"'} = "ignore"; $ignore{'"router bgp " "<1-4294967295>" " view WORD"'} = "ignore"; $ignore{'"router isis WORD"'} = "ignore"; |