All of lore.kernel.org
 help / color / mirror / Atom feed
* state match is obsolete 1.4.17
@ 2013-01-15  5:09 Nick Edwards
  2013-01-15  9:11 ` Jan Engelhardt
  0 siblings, 1 reply; 21+ messages in thread
From: Nick Edwards @ 2013-01-15  5:09 UTC (permalink / raw)
  To: netfilter

WARNING: The state match is obsolete. Use conntrack instead.

Getting these errors since upgrading to 1.4.17, google shows me a lot
of people getting these errors since 1.4.16, with little in change log
that says this is obsoleted that I can understand anyway.

Am I right in assuming that :

iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT

must now become :

iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT

or does that not do the same thing?

thanks
Niki

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

end of thread, other threads:[~2013-01-23 10:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15  5:09 state match is obsolete 1.4.17 Nick Edwards
2013-01-15  9:11 ` Jan Engelhardt
2013-01-15  9:54   ` Victor Julien
2013-01-15 10:06     ` Jozsef Kadlecsik
2013-01-15 12:06       ` Born Without
2013-01-15 12:49       ` Jan Engelhardt
2013-01-15 13:22         ` Jozsef Kadlecsik
2013-01-15 13:53           ` Jan Engelhardt
2013-01-15 14:49             ` Jozsef Kadlecsik
2013-01-15 17:28               ` [PATCH]: Keep the "state" match as alias [Re: state match is obsolete 1.4.17] Jozsef Kadlecsik
2013-01-18  0:28                 ` Pablo Neira Ayuso
2013-01-22 21:47                   ` Jozsef Kadlecsik
2013-01-22 21:58                     ` Jan Engelhardt
2013-01-23  9:06                       ` Jozsef Kadlecsik
2013-01-23  3:03                     ` Pablo Neira Ayuso
2013-01-23  9:00                       ` Jozsef Kadlecsik
2013-01-23 10:08                         ` Pablo Neira Ayuso
2013-01-15 23:27   ` state match is obsolete 1.4.17 Nick Edwards
2013-01-16  0:11     ` Jan Engelhardt
2013-01-16  0:11       ` Jan Engelhardt
2013-01-17  4:38       ` Nick Edwards

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.