From 4df9287abdd56d0dd6feb4eabbd0681bac6ce729 Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 18 May 2020 02:26:49 -0400 Subject: [PATCH] gonna remove some of these. --- utils/he_ipv6/tpl/_common.j2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 utils/he_ipv6/tpl/_common.j2 diff --git a/utils/he_ipv6/tpl/_common.j2 b/utils/he_ipv6/tpl/_common.j2 new file mode 100644 index 0000000..3ad3443 --- /dev/null +++ b/utils/he_ipv6/tpl/_common.j2 @@ -0,0 +1,16 @@ +{#- This is a set of common options between DNSMasq and RADVD. Or they're easier to just define here. -#} +{#- ## SLAAC OPTIONS ## -#} +{#- Is it 1480 or 1280? Arch wiki says 1480, but everything else (older) says 1280. -#} +{#- set mtu = 1280 -#} +{%- set mtu = 1480 -%} +{#- Minimum seconds allowed between sending unsolicited multicast RAs. 3 < x < (0.75 * max_inter) -#} +{#- If using Mobile Extensions, 0.33 < x (0.75 * max_inter) -#} +{%- set min_inter = 60 -%} +{#- Maximum seconds allowed between sending unsolicited multicast RAs. 4 < x < 1800 -#} +{#- If using Mobile Extensions, 0.07 < x 1800 -#} +{%- set max_inter = 600 -%} +{#- Minimum seconds between sending multicast RAs (solicited and unsolicited). -#} +{#- If using Mobile Extensions, 0.03 < x -#} +{%- set min_delay = 3 -%} +{#- ## DHCPv6 OPTIONS ## -#} +{#- Obviously, these only works for DNSMasq. -#}