mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
qosmngr:Updated script to handle default value of QoS.Classification.{i}.VLANIDCheck
This commit is contained in:
parent
ce077af70f
commit
cbf545ac16
1 changed files with 5 additions and 0 deletions
|
|
@ -337,6 +337,11 @@ broute_filter_on_dscp() {
|
||||||
}
|
}
|
||||||
|
|
||||||
broute_filter_on_vid() {
|
broute_filter_on_vid() {
|
||||||
|
|
||||||
|
if [ $1 -lt 0 ]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
case "$BR_RULE" in
|
case "$BR_RULE" in
|
||||||
*proto*)
|
*proto*)
|
||||||
BR_RULE="$BR_RULE --vlan-id $1"
|
BR_RULE="$BR_RULE --vlan-id $1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue