]> git.baikalelectronics.ru Git - kernel.git/commit
sit: always notify change when params are updated
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Wed, 14 Nov 2012 05:14:04 +0000 (05:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Nov 2012 03:02:38 +0000 (22:02 -0500)
commit7f785b101138f93efabd9f4ecdb3144f7e9d5f14
tree510fc8d801e077581057013a04750a728dcf8997
parentd0c127020a0e8d33a6aa16ae65453eb696455c04
sit: always notify change when params are updated

netdev_state_change() was called only when end points or link was updated. Now
that all parameters are advertised via netlink, we must advertise any change.

This patch also prepares the support of sit tunnels management via rtnl. The
code which update tunnels will be put in a new function.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/sit.c