Re: arptables-legacy
Vieri Di Paola <[email protected]>
| Newsgroups | gmane.comp.security.shorewall |
|---|---|
| Message-ID | <CABLYT9huzcfTra7v_KVwCQz-Q3uJregi7dxiyTPzyuJ5dKb3-A@mail.gmail.com> |
On Wed, Dec 1, 2021 at 1:10 PM Benny Pedersen <[email protected]> wrote: > emerge -aC arptables > emerge -a iptables eselect-iptables > > then set the needed symlink with eselect No need to set "-nftables" USE flag on a per-package basis or system-wide? I'm asking because the current iptables ebuild has "nftbales" logic in it: https://gitweb.gentoo.org/repo/gentoo.git/tree/net-firewall/iptables/iptables-1.8.7.ebuild As well as the arptables ebuild: https://gitweb.gentoo.org/repo/gentoo.git/tree/net-firewall/arptables/arptables-0.0.5-r1.ebuild as in the form of: eselect arptables set xtables-nft-multi ebtables also has similar logic: https://gitweb.gentoo.org/repo/gentoo.git/tree/net-firewall/ebtables/ebtables-2.0.11-r3.ebuild