Attention is currently required from: osmith.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/libgtpnl/+/34737?usp=email )
Change subject: tools: gtp-tunnel: add IPv6 support ......................................................................
Patch Set 1:
(1 comment)
File tools/gtp-tunnel.c:
https://gerrit.osmocom.org/c/libgtpnl/+/34737/comment/d1d5146c_c519dd2c PS1, Line 105: if (!strcmp(argv[optidx], "ip")) { probably the same question like in the other commit: should we really call ipv4 just "ip"? I don't know where this kind of notation is used. I only know ipv4/ipv6 or ip4/ip6. The only situation where I know the 4 suffix is often skipped is inet/inet6, as that's how AF_INET/AF_INET6 are called.