summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-04-10 07:55:53 -0400
committerKjetil Orbekk <kj@orbekk.com>2024-04-10 07:55:53 -0400
commitd7b4837c5fd26755fa213ce97f0247119f7e08a6 (patch)
tree58c5ff29031302513e15bb94a150ddfaf8f42656
parent598b098d51c2df9c1252a5255f3d723a6e28bc0d (diff)
Fix he route
-rw-r--r--modules/router.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/router.nix b/modules/router.nix
index 35274eb..4dd23a5 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -149,8 +149,7 @@ let
script = ''
ip -6 rule add fwmark ${toString heMark} table main priority 19000 suppress_prefixlength 0 || true
ip -6 rule add fwmark ${toString heMark} table he priority 20000 || true
- # ip -6 route replace default dev he0 table he
- # ip -6 route replace default dev he0 metric 1
+ ip -6 route replace default dev he0 table he
# ip rule add fwmark ${toString vpnMark} table vpn || true
# ip -6 rule add fwmark ${toString vpnMark} table vpn || true