From 6e2e5d4108bf01828c27a4056de0579cb93c4bec Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 23 Dec 2016 01:58:29 +0000 Subject: [PATCH] vtysh: add `logical-router ...` to extract.pl ignore list Signed-off-by: Quentin Young --- vtysh/extract.pl.in | 1 + 1 file changed, 1 insertion(+) diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in index fc5a5147f1..9540ffab5f 100755 --- a/vtysh/extract.pl.in +++ b/vtysh/extract.pl.in @@ -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; -- 2.39.5