ap8/priv23: route private network to port lan1

This commit is contained in:
Daniel Poelzleithner 2024-04-15 23:28:09 +02:00
parent 7a83be4be9
commit 0ae5e86f08
1 changed files with 4 additions and 1 deletions

View File

@ -2360,7 +2360,10 @@
};
links = {
c3d2 = {
ports = [ "lan:1" "lan:2" "lan:3" "lan:4" ];
ports = [ "lan:2" "lan:3" "lan:4" ];
};
priv23 = {
ports = [ "lan:1" ];
};
switch-b3 = {
ports = [ "wan" ];