mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-08 02:07:28 +01:00
layer2interface: create ethwan device with type untagged instead of attribute untagged
This commit is contained in:
parent
60dae510cc
commit
5a8f5e841c
1 changed files with 1 additions and 2 deletions
|
|
@ -124,8 +124,7 @@ populate_network_config_ifnames() {
|
|||
|
||||
uci -q get network.ethwan >/dev/null || {
|
||||
uci -q set network.ethwan=device
|
||||
uci -q set network.ethwan.type=8021q
|
||||
uci -q set network.ethwan.untagged=1
|
||||
uci -q set network.ethwan.type=untagged
|
||||
uci -q set network.ethwan.ifname="$WANPORT"
|
||||
uci -q set network.ethwan.name="$WANIFACE"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue