summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorStéphan Kochen <stephan@kochen.nl>2012-06-17 17:26:35 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-06-18 23:03:31 +0200
commitb0ef5945af9d68a435868546b4bf30020a6e6ab8 (patch)
treedb33b75482546b66236547b30f96573c9e92d60c /system.h
parent1ada8cef980df7871b12ed230c789eb28f6cb047 (diff)
downloadnetifd-b0ef5945af9d68a435868546b4bf30020a6e6ab8.tar.gz
Add 6rd options to tunnel spec.
This patch adds support for setting the 6rd tunnel options. These are the same options normally specified with `ip tunnel 6rd ...`. Signed-off-by: Stéphan Kochen <stephan@kochen.nl>
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system.h b/system.h
index 73ceb41..5e275ca 100644
--- a/system.h
+++ b/system.h
@@ -24,6 +24,8 @@ enum tunnel_param {
TUNNEL_ATTR_REMOTE,
TUNNEL_ATTR_LOCAL,
TUNNEL_ATTR_TTL,
+ TUNNEL_ATTR_6RD_PREFIX,
+ TUNNEL_ATTR_6RD_RELAY_PREFIX,
__TUNNEL_ATTR_MAX
};