summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-10-17 09:35:11 +0200
committerHans Dedecker <dedeckeh@gmail.com>2018-10-17 09:58:59 +0200
commit841b5d158708ee89d9fa870c40404469cb8e871e (patch)
tree4155d60ca79b17ffb313a27872959b3b6348e0da /system.h
parent125cbee99d695007a790c0512951272dae72305a (diff)
downloadnetifd-841b5d158708ee89d9fa870c40404469cb8e871e.tar.gz
system-linux: enable by default ignore encaplimit for grev6 tunnels
Similar as for ip6 tunnels ignore encaplimit by default as not all ISPs support the destination option header containing the tunnel encapsulation limit resulting into broken connectivity Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.h b/system.h
index 683dc18..4d4cf6e 100644
--- a/system.h
+++ b/system.h
@@ -53,6 +53,7 @@ enum gre_data {
GRE_DATA_OCSUM,
GRE_DATA_ISEQNO,
GRE_DATA_OSEQNO,
+ GRE_DATA_ENCAPLIMIT,
__GRE_DATA_ATTR_MAX
};