aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSungbo Eo <mans0n@gorani.run>2019-11-12 01:20:45 +0900
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-11-23 11:58:27 +0100
commit298814e6be7640d89328de9e7c90d4349e30683f (patch)
treec885bc59802b228d4be1ffb3e6303c8de201690a /tools
parent640a36aafcb5c247d5347e0b03f3cc49204d7941 (diff)
downloadupstream-298814e6be7640d89328de9e7c90d4349e30683f.tar.gz
upstream-298814e6be7640d89328de9e7c90d4349e30683f.tar.bz2
upstream-298814e6be7640d89328de9e7c90d4349e30683f.zip
base-files: config_generate: split macaddr with multiple ifaces
netifd does not handle network.@device[x].name properly if it contains multiple ifaces separated by spaces. Due to this, board.d lan_mac setup does not work if multiple ifaces are set to LAN by ucidef_set_interface_lan. To fix this, create a device node for each member iface when running config_generate instead. Those are named based on the member ifname: ucidef_set_interface_lan "eth0 eth1.1" ucidef_set_interface_macaddr "lan" "yy:yy:yy:yy:yy:01" will return config device 'lan_eth0_dev' option name 'eth0' option macaddr 'yy:yy:yy:yy:yy:01' config device 'lan_eth1_1_dev' option name 'eth1.1' option macaddr 'yy:yy:yy:yy:yy:01' ref: https://github.com/openwrt/openwrt/pull/2542 Signed-off-by: Sungbo Eo <mans0n@gorani.run> [always use new scheme, extend description, change commit title] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions