ap24: try to provide priv12 on lan ports

This commit is contained in:
Astro 2023-09-20 22:43:21 +02:00
parent 8c0ac6ba79
commit 30749a5a2b
1 changed files with 3 additions and 6 deletions

View File

@ -425,12 +425,9 @@
pub.type = "bridge";
};
links = {
priv12 = {
ports = [ "lan" ];
};
switch-b3 = {
ports = [ "wan" ];
};
# Ends up in /etc/config but not in `swconfig dev switch0 show`
priv12.ports = [ "lan:1" "lan:2" "lan:3" "lan:4" ];
switch-b3.ports = [ "wan" ];
};
location = "Farbwerk";
model = "tl-wr740n-v4";