luci-mod-network: allow device declarations and device configs to coexist
authorJo-Philipp Wich <jo@mein.io>
Sat, 5 Jun 2021 16:41:39 +0000 (18:41 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sat, 5 Jun 2021 16:41:39 +0000 (18:41 +0200)
commita6c0ad00b28a5d3f91338b50f7e69fbd45f2154e
treebb3e1434eafac655cdac42489f51d1d4ad162859
parent3c6b59504aaa6ee33a2ee768aafc0aeaefb06004
luci-mod-network: allow device declarations and device configs to coexist

It is legal to have two device sections referring to the same netdev if one
section is a declaration (a section setting option type) and the other is
a configuration (a section not specifying a type but matching an existing
netdev).

Support this case in LuCI since it might be required for some complex
device setups.

Additionally, fix the device type determination for device configuration
sections without type, those should be treated as ethernet (a.k.a.
simple device) configuration instead of falling back to the underlying
netdev device type.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js
modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js