On Wed, Sep 20, 2017 at 12:45 PM, David Miller [off-list ref] wrote:
From: Tom Herbert <redacted>
Date: Wed, 20 Sep 2017 11:03:52 -0700
quoted
On Mon, Sep 18, 2017 at 9:19 PM, David Miller [off-list ref] wrote:
quoted
From: Tom Herbert <redacted>
Date: Mon, 18 Sep 2017 17:38:58 -0700
quoted
Allow peers to be specified by IPv6 addresses.
Signed-off-by: Tom Herbert <redacted>
Hmmm, can you just check the socket family or something like that?
I'm not sure what code you're referring to.
There is a socket associated with the tunnel to do the encapsulation
and it has an address family, right?
If fd's are set from userspace for the sockets then we could derive
the address family from them. I'll change that. Although, looking at
now I am wondering why were passing fds into GTP instead of just
having the kernel create the UDP port like is done for other encaps.
Tom