]> git.puffer.fish Git - matthieu/frr.git/commitdiff
vtysh: add `logical-router ...` to extract.pl ignore list
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 23 Dec 2016 01:58:29 +0000 (01:58 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 23 Dec 2016 01:58:29 +0000 (01:58 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
vtysh/extract.pl.in

index fc5a5147f1d094fd08a4072b5c6d2462734cf831..9540ffab5fd923117ab2be1ea4a442712427478d 100755 (executable)
@@ -81,6 +81,7 @@ $ignore{'"show history"'} = "ignore";
 $ignore{'"router ospf [(1-65535)]"'} = "ignore";
 $ignore{'"address-family vpnv6 [unicast]"'} = "ignore";
 $ignore{'"address-family vpnv4 [unicast]"'} = "ignore";
+$ignore{'"logical-router (1-65535) ns NAME"'} = "ignore";
 
 my $cli_stomp = 0;