Skip to content

Commit 38db6b3

Browse files
[READY] - nixos-modules.routers.border: allow lo on input filter (#1152)
2 parents 4060175 + a72d197 commit 38db6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/nixos-modules/routers/border.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ in
255255
type filter hook input priority filter;
256256
policy drop;
257257
# Show internal traffic (To the router only via the management net)
258-
iifname { bridge103, bridge104, backdoor0 } accept;
258+
iifname { bridge103, bridge104, backdoor0, lo } accept;
259259
# Allow traffic from Owen's network
260260
ip6 saddr 2620:0:930::/48 accept;
261261
# Existing Flows

0 commit comments

Comments
 (0)