Re: [tipc-discussion] [PATCH net-next 3/3] tipc: use sock addr family to indicate IP version

2016-06-23 Thread Jon Maloy
; To: Erik Hugne > Cc: tipc-discussion@lists.sourceforge.net > Subject: Re: [tipc-discussion] [PATCH net-next 3/3] tipc: use sock addr > family to indicate IP version > > On 2016-06-22 17:40, Erik Hugne wrote: >> This change is not backwards compatible, udp_media_addr is carried

Re: [tipc-discussion] [PATCH net-next 3/3] tipc: use sock addr family to indicate IP version

2016-06-23 Thread Richard Alpe
On 2016-06-22 17:40, Erik Hugne wrote: > This change is not backwards compatible, udp_media_addr is carried in the > neighbor discovery messages. You're right. I will drop this patch. /Richard > > //E > On Jun 22, 2016 10:03, "Richard Alpe" wrote: > >> Use socket

Re: [tipc-discussion] [PATCH net-next 3/3] tipc: use sock addr family to indicate IP version

2016-06-22 Thread Jon Maloy
On 06/22/2016 11:40 AM, Erik Hugne wrote: > This change is not backwards compatible, udp_media_addr is carried in the > neighbor discovery messages. > > //E Not sure if backwards compatibility is a big issue at this stage, but as I remember it the 'media_id' field was meant to fulfill this

Re: [tipc-discussion] [PATCH net-next 3/3] tipc: use sock addr family to indicate IP version

2016-06-22 Thread Erik Hugne
This change is not backwards compatible, udp_media_addr is carried in the neighbor discovery messages. //E On Jun 22, 2016 10:03, "Richard Alpe" wrote: > Use socket address family instead of ethernet protocol ID to identify > IP version internally. > --- >