diff options
author | Steven Barth <steven@midlink.org> | 2013-05-13 09:23:06 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-05-13 09:23:06 +0200 |
commit | 3b8673edadc8ce6d1d90c12e6b8e57eeb291c521 (patch) | |
tree | c8734ea9ae5b9244385870f16e55b6e5733cf254 /system.h | |
parent | 587655b45085fcfc9c575792640c21c6ffb24f42 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }; |