home.router: fix vlans
This commit is contained in:
parent
3c921e5d2e
commit
9b11e69a73
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ nodes['home.router'] = {
|
|||
'radvd': {
|
||||
'interfaces': {
|
||||
'enp1s0.1138': {},
|
||||
'enp1s0.1138': {},
|
||||
'enp1s0.1139': {},
|
||||
},
|
||||
},
|
||||
'postfix': {
|
||||
|
@ -139,7 +139,7 @@ nodes['home.router'] = {
|
|||
},
|
||||
'nftables-rules.d': {
|
||||
'inet filter forward iifname enp1s0.1138 accept',
|
||||
'inet filter forward iifname enp1s0.1139 oif $INTERFACE accept',
|
||||
'inet filter forward iifname enp1s0.1139 oifname $INTERFACE accept',
|
||||
},
|
||||
},
|
||||
'unbound': {
|
||||
|
|
Loading…
Reference in a new issue