summaryrefslogtreecommitdiffstats
path: root/vtysh/extract.pl.in
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-11-04 00:06:59 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-11-04 00:06:59 +0100
commitfa496b0a2e5e980664365fd34ba3d066e79f2a94 (patch)
treed8ab5377a69c04354867040f91a20c8487ce7066 /vtysh/extract.pl.in
parentvtysh: Condense a few address-family commands (diff)
downloadfrr-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-xvtysh/extract.pl.in2
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;