aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>2015-10-04 14:23:34 +0200
committerDavid S. Miller <davem@davemloft.net>2015-10-04 16:45:59 -0700
commitd76bd14e0f759040efc8ce142dd6d1f9eca33d39 (patch)
tree86ca28121273696e12a8a1a200f2a0b848542ac7 /include
parentbridge: netlink: export topology_change and topology_change_detected (diff)
downloadlinux-dev-d76bd14e0f759040efc8ce142dd6d1f9eca33d39.tar.xz
linux-dev-d76bd14e0f759040efc8ce142dd6d1f9eca33d39.zip
bridge: netlink: export all timers
Export the following bridge timers (also exported via sysfs): IFLA_BR_HELLO_TIMER, IFLA_BR_TCN_TIMER, IFLA_BR_TOPOLOGY_CHANGE_TIMER, IFLA_BR_GC_TIMER via netlink. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/if_link.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h
index b00286ca1bfe..a1e33282ab9d 100644
--- a/include/uapi/linux/if_link.h
+++ b/include/uapi/linux/if_link.h
@@ -239,6 +239,10 @@ enum {
IFLA_BR_ROOT_PATH_COST,
IFLA_BR_TOPOLOGY_CHANGE,
IFLA_BR_TOPOLOGY_CHANGE_DETECTED,
+ IFLA_BR_HELLO_TIMER,
+ IFLA_BR_TCN_TIMER,
+ IFLA_BR_TOPOLOGY_CHANGE_TIMER,
+ IFLA_BR_GC_TIMER,
__IFLA_BR_MAX,
};