summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-05-13 09:23:06 +0200
committerSteven Barth <steven@midlink.org>2013-05-13 09:23:06 +0200
commit3b8673edadc8ce6d1d90c12e6b8e57eeb291c521 (patch)
treec8734ea9ae5b9244385870f16e55b6e5733cf254 /system.h
parent587655b45085fcfc9c575792640c21c6ffb24f42 (diff)
downloadnetifd-3b8673edadc8ce6d1d90c12e6b8e57eeb291c521.tar.gz
Add support for IP in IPv6 tunnels (DS-Lite)
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 691667c..d293157 100644
--- a/system.h
+++ b/system.h
@@ -28,6 +28,7 @@ enum tunnel_param {
TUNNEL_ATTR_TTL,
TUNNEL_ATTR_6RD_PREFIX,
TUNNEL_ATTR_6RD_RELAY_PREFIX,
+ TUNNEL_ATTR_LINK,
__TUNNEL_ATTR_MAX
};