Re: [PATCH net-next 0/4] bridge: add support for PIM hello router ports

2016-10-31 Thread David Miller
From: Nikolay Aleksandrov 
Date: Mon, 31 Oct 2016 13:21:01 +0100

> The first 3 patches of this set do minor cleanups and add some helpers to
> the PIM header file. Patch 4 adds a way to detect mcast router ports via
> PIM hello messages, they're marked as temporary and are not considered for
> querier. There's more detailed information in patch 4's commit message.

Looks pretty straight-forward and reasonable, series applied, thanks
Nikolay.


[PATCH net-next 0/4] bridge: add support for PIM hello router ports

2016-10-31 Thread Nikolay Aleksandrov
Hi,
The first 3 patches of this set do minor cleanups and add some helpers to
the PIM header file. Patch 4 adds a way to detect mcast router ports via
PIM hello messages, they're marked as temporary and are not considered for
querier. There's more detailed information in patch 4's commit message.

Thanks,
 Nik


Nikolay Aleksandrov (4):
  net: pim: add common pimhdr struct and helpers
  net: pim: add a helper to check for IPv4 all pim routers address
  net: pim: add all RFC7761 message types
  bridge: mcast: add router port on PIM hello message

 include/linux/pim.h   | 81 +--
 net/bridge/br_multicast.c | 22 -
 net/ipv4/ipmr.c   |  2 +-
 net/ipv6/ip6mr.c  |  2 +-
 4 files changed, 95 insertions(+), 12 deletions(-)

-- 
2.1.4