diff options
author | Steven Barth <steven@midlink.org> | 2014-05-21 21:25:50 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-05-21 21:25:50 +0200 |
commit | 3d42c9150e65799fa61778a1bfc1dda060dff847 (patch) | |
tree | a8e9f2520381edd0687ea974b0fae90d0cceb5d8 /system.h | |
parent | f2689565dba0c99c88c2caab2a1193635b3b4744 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }; |