luci-mod-network: migrate config to use "ports" option
authorRafał Miłecki <rafal@milecki.pl>
Thu, 20 May 2021 13:03:43 +0000 (15:03 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Thu, 27 May 2021 10:19:08 +0000 (12:19 +0200)
commit482fc216acca821e2b6ca56325a70e68e38fafdd
treedcedf45cea65cd8c20b599a8071aca2e033d2031
parent8303c2eac30c74f35c39fb53ee93673d51768356
luci-mod-network: migrate config to use "ports" option

LuCI supports only the newer method of specifying bridge ports using the
"ports" option. Offer users migration so they can configure their
network.

Example:

1. Before
config device
        option name 'br-lan'
        option type 'bridge'
        list ifname 'lan1'
        list ifname 'lan2'
        list ifname 'lan3'
        list ifname 'lan4'

2. After
config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'lan1'
        list ports 'lan2'
        list ports 'lan3'
        list ports 'lan4'

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit b8acde7f480a18343ee1f9624b790595065613ae)
modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js