summaryrefslogtreecommitdiff
path: root/system.h
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.h
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.h')
-rw-r--r--system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.h b/system.h
index 1ad861a..a8f12ac 100644
--- a/system.h
+++ b/system.h
@@ -31,6 +31,7 @@ enum tunnel_param {
TUNNEL_ATTR_6RD_PREFIX,
TUNNEL_ATTR_6RD_RELAY_PREFIX,
TUNNEL_ATTR_LINK,
+ TUNNEL_ATTR_FMRS,
__TUNNEL_ATTR_MAX
};