diff options
| -rw-r--r-- | scripts/VyattaQosMatch.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/VyattaQosMatch.pm b/scripts/VyattaQosMatch.pm index cfc5ed2..44ece49 100644 --- a/scripts/VyattaQosMatch.pm +++ b/scripts/VyattaQosMatch.pm @@ -88,5 +88,5 @@ sub filter {  	print {$out} " match meta\(vlan mask 0xfff eq $vif\)"  	    if (defined $vif);      } -    print {$out} " classid $parent:$id\n"; +    printf {$out} " classid $parent:%x\n", $id;  } | 
