netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] bridge: mcast: add support for temp router port
@ 2016-02-26 18:59 Nikolay Aleksandrov
  2016-02-26 18:59 ` [PATCH net-next 1/3] bridge: mcast: use names for the different multicast_router types Nikolay Aleksandrov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nikolay Aleksandrov @ 2016-02-26 18:59 UTC (permalink / raw)
  To: netdev; +Cc: Nikolay Aleksandrov, roopa, bridge, davem

Hi,
This set adds support for temporary router port which doesn't depend on
the incoming queries. It can be refreshed by setting multicast_router to
the same value (3). The first two patches are minor changes that prepare
the code for the third which adds this new type of router port.
In order to be able to dump its information the mdb router port format
is changed and extended similar to how mdb entries format was done
recently.
The related iproute2 changes will be posted if this is accepted.

Thanks,
 Nik

Nikolay Aleksandrov (3):
  bridge: mcast: use names for the different multicast_router types
  bridge: mcast: do nothing if port's multicast_router is set to the
    same val
  bridge: mcast: add support for temporary port router

 include/uapi/linux/if_bridge.h | 22 +++++++++++-
 net/bridge/br_mdb.c            | 16 +++++++--
 net/bridge/br_multicast.c      | 80 +++++++++++++++++++++++++++---------------
 3 files changed, 86 insertions(+), 32 deletions(-)

-- 
2.4.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-26 19:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26 18:59 [PATCH net-next 0/3] bridge: mcast: add support for temp router port Nikolay Aleksandrov
2016-02-26 18:59 ` [PATCH net-next 1/3] bridge: mcast: use names for the different multicast_router types Nikolay Aleksandrov
2016-02-26 18:59 ` [PATCH net-next 2/3] bridge: mcast: do nothing if port's multicast_router is set to the same val Nikolay Aleksandrov
2016-02-26 18:59 ` [PATCH net-next 3/3] bridge: mcast: add support for temporary port router Nikolay Aleksandrov
2016-02-26 19:51 ` [PATCH net-next 0/3] bridge: mcast: add support for temp router port Nikolay Aleksandrov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).