From: <eri...@er...> - 2014-12-18 16:48:23
|
From: Erik Hugne <eri...@er...> This have probably been idling for a few years by now.. and i just stumbled upon this which caused me to do a resend of the udp set: https://www.buckhill.co.uk/blog/how-to-enable-broadcast-and-multicast-on-amazon-aws-ec2/2#.VJMCGB-c1hE I haven't changed much (hardly anything) since last round. Ying wanted to have UDP bearer opt-in, but i disagree with that and kept it always-on. He also had a point about the deferred setup work that i have not addressed yet. http://thread.gmane.org/gmane.network.tipc.general/7238/focus=7244 I know IPv6 is missing, but i think that adding that (and all MLD stuff needed for mcast discovery) is best saved for a followup patchset. Going on christmas holiday tomorrow, back 7'th of January. If net-next is open by then i will send it off. Erik Hugne (5): tipc: rename media/msg related definitions tipc: make media address offset a common define tipc: allow ':' character in link names tipc: expand interface/bearer/link name limits tipc: add ip/udp media type include/uapi/linux/tipc.h | 12 +- net/tipc/Makefile | 2 +- net/tipc/bearer.c | 1 + net/tipc/bearer.h | 11 +- net/tipc/core.c | 5 + net/tipc/eth_media.c | 8 +- net/tipc/ib_media.c | 2 +- net/tipc/link.c | 6 +- net/tipc/msg.h | 4 +- net/tipc/udp_media.c | 503 ++++++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 534 insertions(+), 20 deletions(-) create mode 100644 net/tipc/udp_media.c -- 2.1.3 |