Linux Netfilter discussions
 help / color / mirror / Atom feed
* [nftables] sets update concatenation?
@ 2020-09-25 19:10 ѽ҉ᶬḳ℠
  2020-09-26 18:21 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 6+ messages in thread
From: ѽ҉ᶬḳ℠ @ 2020-09-25 19:10 UTC (permalink / raw)
  To: netfilter@vger.kernel.org

Been trying to concatenate sets update:

tcp dport @b_t update @b_sa4 { ip saddr } drop;
tcp dport @b_t update @b_sa6 { ip6 saddr } drop;

with:

tcp dport @b_t update @b_sa4 . @b_sa4 { ip saddr . ip6 saddr } drop;

but that did not work out. Is somehow possible to concatenate sets update?


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

end of thread, other threads:[~2020-09-26 19:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-25 19:10 [nftables] sets update concatenation? ѽ҉ᶬḳ℠
2020-09-26 18:21 ` Pablo Neira Ayuso
2020-09-26 18:44   ` ѽ҉ᶬḳ℠
2020-09-26 19:07     ` Pablo Neira Ayuso
2020-09-26 19:21       ` ѽ҉ᶬḳ℠
2020-09-26 19:47         ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox