diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-05-20 15:03:43 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2021-05-26 11:21:19 +0200 |
commit | b8acde7f480a18343ee1f9624b790595065613ae (patch) | |
tree | 5d2f0ca04dd3e8bfc4d31d477e2b82998a4317b9 /applications/luci-app-https-dns-proxy | |
parent | c082ec86aae0697c65c8cc32670cbd4558870cc7 (diff) |
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>
Diffstat (limited to 'applications/luci-app-https-dns-proxy')
0 files changed, 0 insertions, 0 deletions