From 4f48211ecb5eca3fe592e3f2188497d064868da5 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 14 May 2008 15:48:03 -0700 Subject: Add -p (pretty) option to filter show The format of tc command output could not be safely changed without breaking legacy scripts, so the comprimise was to add a -pretty option. --- scripts/vyatta-show-queue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/vyatta-show-queue') diff --git a/scripts/vyatta-show-queue b/scripts/vyatta-show-queue index 689d040..54f6291 100755 --- a/scripts/vyatta-show-queue +++ b/scripts/vyatta-show-queue @@ -21,7 +21,7 @@ if [[ $# -eq 1 ]]; then else case $2 in filter ) - /sbin/tc filter show dev $1 ;; + /sbin/tc -p filter show dev $1 ;; class ) /sbin/tc -s -d class show dev $1 ;; *) -- cgit v1.2.3