diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2014-07-30 10:56:31 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-07-30 15:22:07 +0200 |
commit | 4f5b41cf789fcc30e142dfdb1123a8adc12112d5 (patch) | |
tree | 46cdb906644a71335aeb0835c18c2c9736ecfa39 /system.c | |
parent | 922c169147fc6e4c4ecf94029528192636e917e7 (diff) |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = { |