From fa496b0a2e5e980664365fd34ba3d066e79f2a94 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Thu, 3 Nov 2016 23:06:59 +0000 Subject: [PATCH] vtysh: Add address-family stomps Signed-off-by: Quentin Young --- vtysh/extract.pl.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in index 0c06aee4f4..8850ec0e84 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; -- 2.39.5