diff options
author | Stéphan Kochen <stephan@kochen.nl> | 2012-06-17 17:26:35 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-18 23:03:31 +0200 |
commit | b0ef5945af9d68a435868546b4bf30020a6e6ab8 (patch) | |
tree | db33b75482546b66236547b30f96573c9e92d60c /system.h | |
parent | 1ada8cef980df7871b12ed230c789eb28f6cb047 (diff) |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 }; |