diff options
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | 2016-02-26 21:20:03 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-01 22:55:07 +0100 |
commit | a55d8246abcc910346771175b521ee2bce5a69b3 (patch) | |
tree | de0eba9c2352c835ad083bc9c2a45f478be78692 /include | |
parent | bridge: mcast: do nothing if port's multicast_router is set to the same val (diff) | |
download | linux-a55d8246abcc910346771175b521ee2bce5a69b3.tar.xz linux-a55d8246abcc910346771175b521ee2bce5a69b3.zip |
bridge: mcast: add support for temporary port router
Add support for a temporary router port which doesn't depend only on the
incoming query. It can be refreshed if set to the same value, which is
a no-op for the rest.
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_bridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if_bridge.h b/include/uapi/linux/if_bridge.h index e47f3bc7f323..74ee03a47e79 100644 --- a/include/uapi/linux/if_bridge.h +++ b/include/uapi/linux/if_bridge.h @@ -182,6 +182,7 @@ enum { MDB_RTR_TYPE_DISABLED, MDB_RTR_TYPE_TEMP_QUERY, MDB_RTR_TYPE_PERM, + MDB_RTR_TYPE_TEMP }; enum { |