diff options
| author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | 2016-02-26 15:20:03 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-03-01 16:55:07 -0500 |
| commit | a55d8246abcc910346771175b521ee2bce5a69b3 (patch) | |
| tree | de0eba9c2352c835ad083bc9c2a45f478be78692 /include/uapi/linux | |
| parent | 4950cfd1e6a85b5e079a78f19792e6ec54199170 (diff) | |
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/uapi/linux')
| -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 { | |||
| 182 | MDB_RTR_TYPE_DISABLED, | 182 | MDB_RTR_TYPE_DISABLED, |
| 183 | MDB_RTR_TYPE_TEMP_QUERY, | 183 | MDB_RTR_TYPE_TEMP_QUERY, |
| 184 | MDB_RTR_TYPE_PERM, | 184 | MDB_RTR_TYPE_PERM, |
| 185 | MDB_RTR_TYPE_TEMP | ||
| 185 | }; | 186 | }; |
| 186 | 187 | ||
| 187 | enum { | 188 | enum { |
