From 7f5711eb8dcf082834a13706df1f11d14c41608f Mon Sep 17 00:00:00 2001 From: chayleaf Date: Fri, 21 Jul 2023 01:54:58 +0700 Subject: [PATCH] router: fix comment --- system/hosts/router/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hosts/router/default.nix b/system/hosts/router/default.nix index c84236f..0e190f5 100644 --- a/system/hosts/router/default.nix +++ b/system/hosts/router/default.nix @@ -479,7 +479,7 @@ in { allow_iot6 = add set { type = f: f.ipv6_addr; flags = f: with f; [ interval ]; }; # TODO: is type=route hook=output better? It might help get rid of the routing inconsistency - # between router-originated and forwarded traffic. The problem is type=route is only supported + # between router-originated and forwarded traffic. The problem is type=route isn't supported # for family=inet, so I don't care enough to test it right now. prerouting = add chain { type = f: f.filter; hook = f: f.prerouting; prio = f: f.filter; policy = f: f.accept; } ([ [(mangle meta.mark ct.mark)]