mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix duplicate mac address fix
This commit is contained in:
parent
a254d4aaed
commit
9f809347d2
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ interface_multipath_settings() {
|
|||
uci -q set openmptcprouter.${config}.multipath="$mode"
|
||||
|
||||
config_get macaddr "$config" macaddr ""
|
||||
[ -n "$maccaddr" ] && {
|
||||
[ -n "$macaddr" ] && {
|
||||
nbmac=0
|
||||
config_foreach interface_macaddr_count interface $macaddr
|
||||
[ "$nbmac" != "1" ] && {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue