From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Westphal Subject: Re: Legacy? Date: Tue, 22 Jun 2021 00:30:10 +0200 Message-ID: <20210621223010.GA4375@breakpoint.cc> References: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: List-ID: Content-Type: text/plain; charset="iso-8859-1" To: slow_speed@att.net Cc: netfilter@vger.kernel.org slow_speed@att.net wrote: > A particular computer does not have nftables.=A0 It shows rules for iptab= les > and a different set of rules for iptables-legacy.=A0 Why is iptables-lega= cy > active but not the plain iptables?=A0 Does legacy override the regular? iptables -v will probably tell that its nf_tables. As for why iptables-legacy is involved: either some program calls iptables-legacy instead of iptables or a program uses the raw setsockopt interface. systemd is known to do this when built with libiptc support.