netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* iptables: considers incomplete rule in -C and finds an erroneous match
@ 2024-02-04 23:45 Roman Mamedov
  2024-02-04 23:59 ` Roman Mamedov
  2024-02-06 15:07 ` Phil Sutter
  0 siblings, 2 replies; 3+ messages in thread
From: Roman Mamedov @ 2024-02-04 23:45 UTC (permalink / raw)
  To: netfilter-devel

Hello,

According to my ip6tables, a rule like this already exists:

  # ip6tables -C INPUT -p tcp -m multiport --dports 80,443 -j ACCEPT && echo Exists
  Exists

Except that it doesn't, and an extra IP filter is present:

  # ip6tables-save | grep 80,443
  -A INPUT -s fd39::/16 -p tcp -m multiport --dports 80,443 -j ACCEPT

Is that the expected behaviour?

ip6tables v1.8.9 (legacy)

Thanks

-- 
With respect,
Roman

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

end of thread, other threads:[~2024-02-06 15:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-04 23:45 iptables: considers incomplete rule in -C and finds an erroneous match Roman Mamedov
2024-02-04 23:59 ` Roman Mamedov
2024-02-06 15:07 ` Phil Sutter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).