Linux Netfilter development
 help / color / mirror / Atom feed
From: Phil Sutter <phil@nwl.cc>
To: "Serguei Bezverkhi (sbezverk)" <sbezverk@cisco.com>
Cc: Florian Westphal <fw@strlen.de>,
	"netfilter-devel@vger.kernel.org"
	<netfilter-devel@vger.kernel.org>
Subject: Re: Ipv6 address in concatenation
Date: Thu, 27 Feb 2020 18:17:00 +0100	[thread overview]
Message-ID: <20200227171700.GF9532@orbyte.nwl.cc> (raw)
In-Reply-To: <54A7EDF2-F83D-44D7-994C-2C8E35E586AD@cisco.com>

Hi,

On Thu, Feb 27, 2020 at 04:21:40PM +0000, Serguei Bezverkhi (sbezverk) wrote:
> 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
>         }

Works fine for me. Wrong table family?

Cheers, Phil

  reply	other threads:[~2020-02-27 17:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-27 16:21 Ipv6 address in concatenation Serguei Bezverkhi (sbezverk)
2020-02-27 17:17 ` Phil Sutter [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200227171700.GF9532@orbyte.nwl.cc \
    --to=phil@nwl.cc \
    --cc=fw@strlen.de \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=sbezverk@cisco.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox