aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2014-08-19 16:02:12 +0200
committerDavid S. Miller <davem@davemloft.net>2014-08-22 12:33:47 -0700
commitd4261e5650004d6d51137553ea5433d5828562dc (patch)
treef2129a27e8a66c0cb6925ded068a8f9201379317 /include/linux
parentMerge branch 'bnx2x-next' (diff)
downloadlinux-dev-d4261e5650004d6d51137553ea5433d5828562dc.tar.xz
linux-dev-d4261e5650004d6d51137553ea5433d5828562dc.zip
bonding: create netlink event when bonding option is changed
Userspace needs to be notified if one changes some option. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Acked-by: Veaceslav Falico <vfalico@gmail.com> Acked-by: Andy Gospodarek <gospo@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 38377392d082..7e2b0b8b5cd7 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1982,6 +1982,7 @@ struct pcpu_sw_netstats {
#define NETDEV_CHANGEUPPER 0x0015
#define NETDEV_RESEND_IGMP 0x0016
#define NETDEV_PRECHANGEMTU 0x0017 /* notify before mtu change happened */
+#define NETDEV_CHANGEINFODATA 0x0018
int register_netdevice_notifier(struct notifier_block *nb);
int unregister_netdevice_notifier(struct notifier_block *nb);