mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 04:50:12 +01:00
qosmngr: fix uci param name
The uci parameter name for destination mac address is incorrect. It should be dst_mac and dest_mac, the same is rectified with this change.
This commit is contained in:
parent
53d9ff537d
commit
413c86b854
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ handle_ebtables_rules() {
|
|||
[ -n "$src_if" ] && broute_filter_on_src_if $src_if
|
||||
config_get src_mac "$sid" "src_mac"
|
||||
[ -n "$src_mac" ] && broute_filter_on_src_mac $src_mac
|
||||
config_get dst_mac "$sid" "dest_mac"
|
||||
config_get dst_mac "$sid" "dst_mac"
|
||||
[ -n "$dst_mac" ] && broute_filter_on_dst_mac $dst_mac
|
||||
config_get pcp_check "$sid" "pcp_check"
|
||||
[ -n "$pcp_check" ] && broute_filter_on_pcp $pcp_check
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue