From 1c342afa73a565de6ff9310d1e4cdfa6a856bb5d Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Sat, 12 Jun 2010 11:02:30 -0700 Subject: Fix 5497: display entire interface description in the operational command output of 'show interfaces' --- scripts/vyatta-show-interfaces.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/vyatta-show-interfaces.pl b/scripts/vyatta-show-interfaces.pl index 6e071e2..6daa2a4 100755 --- a/scripts/vyatta-show-interfaces.pl +++ b/scripts/vyatta-show-interfaces.pl @@ -242,7 +242,6 @@ sub run_show_intf_brief { my @ip_addr = get_ipaddr($intf); my ($state, $link) = get_state_link($intf); my $description = get_intf_description($intf); - $description = substr($description, 0, 29); # make it fit on 1 line if (scalar(@ip_addr) == 0) { printf($format, $intf, "-", $state, $link, $description); } else { -- cgit v1.2.3