From ebbbdde70ed9e8c3c5f83b6efdeaad6001d82455 Mon Sep 17 00:00:00 2001 From: Saurabh Mohan Date: Mon, 4 Jun 2012 16:00:09 -0700 Subject: Ignore the default vti interface. --- scripts/vyatta-show-interfaces.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vyatta-show-interfaces.pl b/scripts/vyatta-show-interfaces.pl index d66190e..22022f7 100755 --- a/scripts/vyatta-show-interfaces.pl +++ b/scripts/vyatta-show-interfaces.pl @@ -265,7 +265,7 @@ sub run_show_intf_brief { next if ($intf =~ /sit0/); next if ($intf =~ /tunl0/); next if ($intf =~ /ip6tnl0/); - next if ($intf =~ /vti0/); + next if ($intf =~ /ip_vti0/); my @ip_addr = get_ipaddr($intf); my ($state, $link) = get_state_link($intf); $state = conv_brief_code($state); -- cgit v1.2.3