[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150305.221053.765517308747813039.davem@davemloft.net>
Date: Thu, 05 Mar 2015 22:10:53 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: erik.hugne@...csson.com
Cc: netdev@...r.kernel.org, tipc-discussion@...ts.sourceforge.net,
jon.maloy@...csson.com, ying.xue@...driver.com,
richard.alpe@...csson.com
Subject: Re: [PATCH net-next 2/2] tipc: add ip/udp media type
From: <erik.hugne@...csson.com>
Date: Thu, 5 Mar 2015 10:23:49 +0100
> From: Erik Hugne <erik.hugne@...csson.com>
>
> The ip/udp bearer can be configured in a point-to-point
> mode by specifying both local and remote ip/hostname,
> or it can be enabled in multicast mode, where links are
> established to all tipc nodes that have joined the same
> multicast group. The multicast IP address is generated
> based on the TIPC network ID, but can be overridden by
> using another multicast address as remote ip.
>
> Signed-off-by: Erik Hugne <erik.hugne@...csson.com>
> Reviewed-by: Jon Maloy <jon.maloy@...csson.com>
> Reviewed-by: Ying Xue <ying.xue@...driver.com>
Applied, thanks.
But this shows a general problem with NET_UDP_TUNNEL, it's
something everyone using 'select' on, but that's broken
because NET_UDP_TUNNEL is not a leaf node and rather has
dependencies of it's own that it 'select'. But 'select x'
does not cause x's select statements to be executed.
It all just works by luck right now :-/
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists