From 3d9aa34a80aa669618627624e8b0426ef4cd63f8 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Thu, 23 Jun 2011 19:13:57 -0500 Subject: make the 'u' for up lowercase so that it will draw the users attention to interfaces that are down. --- 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 be243a1..8faaa5c 100755 --- a/scripts/vyatta-show-interfaces.pl +++ b/scripts/vyatta-show-interfaces.pl @@ -235,7 +235,7 @@ sub run_show_intf { sub conv_brief_code { my $state = pop(@_); - $state = 'U' if ($state eq 'up'); + $state = 'u' if ($state eq 'up'); $state = 'D' if ($state eq 'down'); $state = 'A' if ($state eq 'admin down'); return $state; -- cgit v1.2.3