diff options
| author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2012-11-09 01:10:01 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2012-11-09 19:36:20 -0500 |
| commit | c075b13098b399dc565b4d53f42047a8d40ed3ba (patch) | |
| tree | e7d443ab220da2f1e9f5d48373bc50754a70ce5d /include/uapi/linux | |
| parent | ba3e3f50a0e5de76fc0684d856394931f2bc39fa (diff) | |
ip6tnl: advertise tunnel param via rtnl
It is usefull for daemons that monitor link event to have the full parameters of
these interfaces when a rtnl message is sent.
It allows also to dump them via rtnetlink.
It is based on what is done for GRE tunnels.
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/if_tunnel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/if_tunnel.h b/include/uapi/linux/if_tunnel.h index ccb21d585bf4..c1bf0b5a8da1 100644 --- a/include/uapi/linux/if_tunnel.h +++ b/include/uapi/linux/if_tunnel.h | |||
| @@ -44,6 +44,9 @@ enum { | |||
| 44 | IFLA_IPTUN_REMOTE, | 44 | IFLA_IPTUN_REMOTE, |
| 45 | IFLA_IPTUN_TTL, | 45 | IFLA_IPTUN_TTL, |
| 46 | IFLA_IPTUN_TOS, | 46 | IFLA_IPTUN_TOS, |
| 47 | IFLA_IPTUN_ENCAP_LIMIT, | ||
| 48 | IFLA_IPTUN_FLOWINFO, | ||
| 49 | IFLA_IPTUN_FLAGS, | ||
| 47 | __IFLA_IPTUN_MAX, | 50 | __IFLA_IPTUN_MAX, |
| 48 | }; | 51 | }; |
| 49 | #define IFLA_IPTUN_MAX (__IFLA_IPTUN_MAX - 1) | 52 | #define IFLA_IPTUN_MAX (__IFLA_IPTUN_MAX - 1) |
