All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: linus.luessing@c0d3.blue
Cc: netdev@vger.kernel.org, roopa@cumulusnetworks.com,
	nikolay@cumulusnetworks.com, kuznet@ms2.inr.ac.ru,
	yoshfuji@linux-ipv6.org, bridge@lists.linux-foundation.org,
	b.a.t.m.a.n@lists.open-mesh.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 0/4] bridge: implement Multicast Router Discovery (RFC4286)
Date: Fri, 21 Dec 2018 09:06:51 -0800 (PST)	[thread overview]
Message-ID: <20181221.090651.1241372602429144964.davem@davemloft.net> (raw)
In-Reply-To: <20181221151511.14923-1-linus.luessing@c0d3.blue>

From: Linus Lüssing <linus.luessing@c0d3.blue>
Date: Fri, 21 Dec 2018 16:15:07 +0100

> This patchset adds initial Multicast Router Discovery support to
> the Linux bridge (RFC4286). With MRD it is possible to detect multicast
> routers and mark bridge ports and forward multicast packets to such routers
> accordingly.
 ...

The net-next tree is currently closed, please resubmit this when it opens
back up again.

Thank you.

WARNING: multiple messages have this Message-ID (diff)
From: David Miller <davem@davemloft.net>
To: linus.luessing@c0d3.blue
Cc: netdev@vger.kernel.org, roopa@cumulusnetworks.com,
	nikolay@cumulusnetworks.com, kuznet@ms2.inr.ac.ru,
	yoshfuji@linux-ipv6.org, bridge@lists.linux-foundation.org,
	b.a.t.m.a.n@lists.open-mesh.org, linux-kernel@vger.kernel.org
Subject: Re: [B.A.T.M.A.N.] [PATCH net-next 0/4] bridge: implement Multicast Router Discovery (RFC4286)
Date: Fri, 21 Dec 2018 09:06:51 -0800 (PST)	[thread overview]
Message-ID: <20181221.090651.1241372602429144964.davem@davemloft.net> (raw)
In-Reply-To: <20181221151511.14923-1-linus.luessing@c0d3.blue>

From: Linus Lüssing <linus.luessing@c0d3.blue>
Date: Fri, 21 Dec 2018 16:15:07 +0100

> This patchset adds initial Multicast Router Discovery support to
> the Linux bridge (RFC4286). With MRD it is possible to detect multicast
> routers and mark bridge ports and forward multicast packets to such routers
> accordingly.
 ...

The net-next tree is currently closed, please resubmit this when it opens
back up again.

Thank you.

WARNING: multiple messages have this Message-ID (diff)
From: David Miller <davem@davemloft.net>
To: linus.luessing@c0d3.blue
Cc: b.a.t.m.a.n@lists.open-mesh.org, nikolay@cumulusnetworks.com,
	netdev@vger.kernel.org, roopa@cumulusnetworks.com,
	bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org,
	yoshfuji@linux-ipv6.org, kuznet@ms2.inr.ac.ru
Subject: Re: [Bridge] [PATCH net-next 0/4] bridge: implement Multicast Router Discovery (RFC4286)
Date: Fri, 21 Dec 2018 09:06:51 -0800 (PST)	[thread overview]
Message-ID: <20181221.090651.1241372602429144964.davem@davemloft.net> (raw)
In-Reply-To: <20181221151511.14923-1-linus.luessing@c0d3.blue>

From: Linus Lüssing <linus.luessing@c0d3.blue>
Date: Fri, 21 Dec 2018 16:15:07 +0100

> This patchset adds initial Multicast Router Discovery support to
> the Linux bridge (RFC4286). With MRD it is possible to detect multicast
> routers and mark bridge ports and forward multicast packets to such routers
> accordingly.
 ...

The net-next tree is currently closed, please resubmit this when it opens
back up again.

Thank you.

  parent reply	other threads:[~2018-12-21 17:06 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-21 15:15 [PATCH net-next 0/4] bridge: implement Multicast Router Discovery (RFC4286) Linus Lüssing
2018-12-21 15:15 ` [Bridge] " Linus Lüssing
2018-12-21 15:15 ` [B.A.T.M.A.N.] " Linus Lüssing
2018-12-21 15:15 ` [PATCH net-next 1/4] bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() calls Linus Lüssing
2018-12-21 15:15   ` [Bridge] " Linus Lüssing
2018-12-21 15:15   ` [B.A.T.M.A.N.] " Linus Lüssing
2018-12-21 15:15 ` [PATCH net-next 2/4] bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internals Linus Lüssing
2018-12-21 15:15   ` [Bridge] " Linus Lüssing
2018-12-21 15:15   ` [B.A.T.M.A.N.] " Linus Lüssing
2018-12-21 15:15 ` [PATCH net-next 3/4] bridge: join all-snoopers multicast address Linus Lüssing
2018-12-21 15:15   ` [Bridge] " Linus Lüssing
2018-12-21 15:15   ` [B.A.T.M.A.N.] " Linus Lüssing
2018-12-21 15:15 ` [PATCH net-next 4/4] bridge: Snoop Multicast Router Advertisements Linus Lüssing
2018-12-21 15:15   ` [Bridge] " Linus Lüssing
2018-12-21 15:15   ` [B.A.T.M.A.N.] " Linus Lüssing
2018-12-21 15:37 ` [PATCH net-next 0/4] bridge: implement Multicast Router Discovery (RFC4286) Nikolay Aleksandrov
2018-12-21 15:37   ` [Bridge] " Nikolay Aleksandrov
2018-12-21 15:37   ` [B.A.T.M.A.N.] " Nikolay Aleksandrov
2018-12-21 17:06 ` David Miller [this message]
2018-12-21 17:06   ` [Bridge] " David Miller
2018-12-21 17:06   ` [B.A.T.M.A.N.] " David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181221.090651.1241372602429144964.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=bridge@lists.linux-foundation.org \
    --cc=kuznet@ms2.inr.ac.ru \
    --cc=linus.luessing@c0d3.blue \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nikolay@cumulusnetworks.com \
    --cc=roopa@cumulusnetworks.com \
    --cc=yoshfuji@linux-ipv6.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.