All of lore.kernel.org
 help / color / mirror / Atom feed
* Ipv6 address in concatenation
@ 2020-02-27 16:21 Serguei Bezverkhi (sbezverk)
  2020-02-27 17:17 ` Phil Sutter
  2020-02-27 19:42 ` Florian Westphal
  0 siblings, 2 replies; 6+ messages in thread
From: Serguei Bezverkhi (sbezverk) @ 2020-02-27 16:21 UTC (permalink / raw)
  To: Phil Sutter, Florian Westphal; +Cc: netfilter-devel@vger.kernel.org

Hello,

I started testing  nfproxy in ipv6 enabled kubernetes cluster and it seems ipv6 address cannot be a part of concatenation expression. Is there a known issue or it is me doing something incorrect?
From my side the code is the same, I just change ip4_addr to ip6_addr when I build sets.

        map no-endpoints {
                type inet_proto . ipv6_addr . inet_service : verdict
        }

        map do-mark-masq {
                type inet_proto . ipv6_addr . inet_service : verdict
        }

        map cluster-ip {
                type inet_proto . ipv6_addr . inet_service : verdict
        }

Thank you
Serguei


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-27 21:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-27 16:21 Ipv6 address in concatenation Serguei Bezverkhi (sbezverk)
2020-02-27 17:17 ` Phil Sutter
2020-02-27 19:42 ` Florian Westphal
2020-02-27 19:43   ` Florian Westphal
2020-02-27 21:25   ` Serguei Bezverkhi (sbezverk)
2020-02-27 21:45     ` Florian Westphal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.