diff options
author | psykose <alice@ayaya.dev> | 2023-06-10 15:37:49 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-06-10 17:38:05 +0200 |
commit | 63ccde4fb9c2905025c9b24a8bf3bb37ca6787e2 (patch) | |
tree | ee00e27d7f70d62601779ca70c915e2def9f1b4e /main/iptables/iptables.post-upgrade | |
parent | c6be6ae362935156c6b5487964b0d29c546a3726 (diff) | |
download | aports-63ccde4fb9c2905025c9b24a8bf3bb37ca6787e2.zip |
main/iptables: expand on wording in post-upgrade message
Diffstat (limited to 'main/iptables/iptables.post-upgrade')
-rw-r--r-- | main/iptables/iptables.post-upgrade | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/main/iptables/iptables.post-upgrade b/main/iptables/iptables.post-upgrade index 334cc385d1e..89c13667d00 100644 --- a/main/iptables/iptables.post-upgrade +++ b/main/iptables/iptables.post-upgrade @@ -8,10 +8,14 @@ if [ "$(apk version -t "$ver_old" '1.8.9-r4')" = '<' ]; then * the "iptables" commands now point to xtables-nft-multi * instead of xtables-legacy-multi. this means that by default, * the kernel nftables backend is used instead of the iptables one. - * because mixing backends is not supported, you should reboot your system. * * note that to keep working with your current loaded ruleset (if you want to - * make changes before rebooting), you have to install iptables-legacy. + * make changes before rebooting, or save your rules), you have to install + * iptables-legacy. to save the rules, use iptables-legacy-save/ip6tables-legacy-save + * from that package (to where the rules are normally saved, IPTABLES_SAVE from + * /etc/conf.d/iptables / /etc/conf.d/ip6tables) + * + * because mixing backends is not supported, you should reboot your system. * EOF fi |