summaryrefslogtreecommitdiff
path: root/system.c
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-05-21 21:25:50 +0200
committerSteven Barth <steven@midlink.org>2014-05-21 21:25:50 +0200
commit3d42c9150e65799fa61778a1bfc1dda060dff847 (patch)
treea8e9f2520381edd0687ea974b0fae90d0cceb5d8 /system.c
parentf2689565dba0c99c88c2caab2a1193635b3b4744 (diff)
downloadnetifd-3d42c9150e65799fa61778a1bfc1dda060dff847.tar.gz
Rewrite ipip6-tunnel setup to use netlink and add support for FMRs
Signed-off-by: Steven Barth <steven@midlink.org>
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 3dd90b4..8e1fc31 100644
--- a/system.c
+++ b/system.c
@@ -25,6 +25,7 @@ static const struct blobmsg_policy tunnel_attrs[__TUNNEL_ATTR_MAX] = {
[TUNNEL_ATTR_6RD_PREFIX] = {.name = "6rd-prefix", .type = BLOBMSG_TYPE_STRING },
[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 },
};
const struct uci_blob_param_list tunnel_attr_list = {