diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-04 00:06:59 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-04 00:06:59 +0100 |
commit | fa496b0a2e5e980664365fd34ba3d066e79f2a94 (patch) | |
tree | d8ab5377a69c04354867040f91a20c8487ce7066 /vtysh/extract.pl.in | |
parent | vtysh: Condense a few address-family commands (diff) | |
download | frr-fa496b0a2e5e980664365fd34ba3d066e79f2a94.tar.xz frr-fa496b0a2e5e980664365fd34ba3d066e79f2a94.zip |
vtysh: Add address-family stomps
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'vtysh/extract.pl.in')
-rwxr-xr-x | vtysh/extract.pl.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in index 0c06aee4f..8850ec0e8 100755 --- a/vtysh/extract.pl.in +++ b/vtysh/extract.pl.in @@ -79,6 +79,8 @@ $ignore{'"terminal monitor"'} = "ignore"; $ignore{'"terminal no monitor"'} = "ignore"; $ignore{'"show history"'} = "ignore"; $ignore{'"router ospf [(1-65535)]"'} = "ignore"; +$ignore{'"address-family vpnv6 [unicast]"'} = "ignore"; +$ignore{'"address-family vpnv4 [unicast]"'} = "ignore"; my $cli_stomp = 0; |