Release Notes for Alpine 3.19.0: Difference between revisions
(Add netns section.) |
m (use pkg template for iptables-legacy. Grammar: Start sentences with uppercase letters.) |
||
Line 3: | Line 3: | ||
=== iptables-nft === | === iptables-nft === | ||
The <code>/sbin/iptables{,-save,-restore}</code> symlinks now point to xtables-nft-multi instead of xtables-legacy-multi. This means they use the nftables kernel backend instead of the legacy iptables one. | |||
Since the new iptables- binaries also don't use the iptables backend, to work with any existing rules and save them, you need to install {{pkg|iptables-legacy}} and use <code>iptables-legacy-save</code>. | |||
Because mixing backends is not supported, you should reboot your system if you have to use the iptables commands after upgrading. | |||
=== netns === | === netns === |
Revision as of 18:37, 19 November 2023
Base System
iptables-nft
The /sbin/iptables{,-save,-restore}
symlinks now point to xtables-nft-multi instead of xtables-legacy-multi. This means they use the nftables kernel backend instead of the legacy iptables one.
Since the new iptables- binaries also don't use the iptables backend, to work with any existing rules and save them, you need to install iptables-legacy and use iptables-legacy-save
.
Because mixing backends is not supported, you should reboot your system if you have to use the iptables commands after upgrading.
netns
The OpenRC package contains a patch to make it possible to start most services in netns namespaces. See also netns.