summaryrefslogtreecommitdiff
path: root/system.c
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2014-07-30 10:56:31 +0000
committerSteven Barth <steven@midlink.org>2014-07-30 15:22:07 +0200
commit4f5b41cf789fcc30e142dfdb1123a8adc12112d5 (patch)
tree46cdb906644a71335aeb0835c18c2c9736ecfa39 /system.c
parent922c169147fc6e4c4ecf94029528192636e917e7 (diff)
downloadnetifd-4f5b41cf789fcc30e142dfdb1123a8adc12112d5.tar.gz
netifd: GRE tunnel support
Adds support for gre, gretap, grev6 and grev6tap tunnels 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 8e1fc31..d070fea 100644
--- a/system.c
+++ b/system.c
@@ -26,6 +26,7 @@ static const struct blobmsg_policy tunnel_attrs[__TUNNEL_ATTR_MAX] = {
[TUNNEL_ATTR_6RD_RELAY_PREFIX] = { .name = "6rd-relay-prefix", .type = BLOBMSG_TYPE_STRING },
[TUNNEL_ATTR_LINK] = { .name = "link", .type = BLOBMSG_TYPE_STRING },
[TUNNEL_ATTR_FMRS] = { .name = "fmrs", .type = BLOBMSG_TYPE_ARRAY },
+ [TUNNEL_ATTR_INFO] = { .name = "info", .type = BLOBMSG_TYPE_STRING },
};
const struct uci_blob_param_list tunnel_attr_list = {