Re: [PATCH net-next v2 11/12] gtp: netlink update for ipv6

2020-12-12 Thread Harald Welte
On Fri, Dec 11, 2020 at 01:26:11PM +0100, Jonas Bonn wrote: > This patch adds the netlink changes required to support IPv6. See my related comment to the other IPv6 patch in this series. It is not legal to assume that v4/v6 are an either-or decision, but it can be either v4-only, v6-only or v4 an

[PATCH net-next v2 11/12] gtp: netlink update for ipv6

2020-12-11 Thread Jonas Bonn
This patch adds the netlink changes required to support IPv6. Signed-off-by: Jonas Bonn --- drivers/net/gtp.c| 84 ++-- include/uapi/linux/gtp.h | 2 + 2 files changed, 65 insertions(+), 21 deletions(-) diff --git a/drivers/net/gtp.c b/drivers/net/gt