summaryrefslogtreecommitdiff
path: root/system.c
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.c
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.c')
-rw-r--r--system.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.c b/system.c
index f96708d..dd9ab50 100644
--- a/system.c
+++ b/system.c
@@ -52,6 +52,7 @@ static const struct blobmsg_policy gre_data_attrs[__GRE_DATA_ATTR_MAX] = {
[GRE_DATA_OCSUM] = { .name = "ocsum", .type = BLOBMSG_TYPE_BOOL },
[GRE_DATA_ISEQNO] = { .name = "iseqno", .type = BLOBMSG_TYPE_BOOL },
[GRE_DATA_OSEQNO] = { .name = "oseqno", .type = BLOBMSG_TYPE_BOOL },
+ [GRE_DATA_ENCAPLIMIT] = { .name = "encaplimit", .type = BLOBMSG_TYPE_STRING },
};
const struct uci_blob_param_list gre_data_attr_list = {