]> Pileus Git - ~andy/linux/commit
ipip: advertise tunnel param via rtnl
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Fri, 9 Nov 2012 06:09:59 +0000 (06:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 10 Nov 2012 00:36:20 +0000 (19:36 -0500)
commit0974658da47cb399b76794057823bf3cd22acf37
tree9db7dbe10459d9c7de24d3afd7ba6a82fe9fef33
parent465b1678ebdf5dbd9bc0502358ae472343351c2c
ipip: 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>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/if_tunnel.h
net/ipv4/ipip.c