summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/router.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/router.nix b/config/router.nix
index bf6bf25..75af4a8 100644
--- a/config/router.nix
+++ b/config/router.nix
@@ -306,7 +306,7 @@ in {
#ip -6 rule add from 2001:470:8e2e::/48 lookup he prio 0 || true
#ip -6 route replace default dev he0 src 2001:470:8e2e:20::d table he
ip -6 route flush cache
- ip -6 rule add fwmark ${toString heMark} table he
+ ip -6 rule add fwmark ${toString heMark} table he || true
'';
};