From 2d3d7f0e4f6be56de3a3fe6b4f734fa76c5cae95 Mon Sep 17 00:00:00 2001 From: Samson-W Date: Fri, 19 Jul 2019 02:27:13 +0800 Subject: [PATCH] Add Uninstall iptables description to how_to_migrating_from_iptables_to_nftables_in_debian10.md --- ...how_to_migrating_from_iptables_to_nftables_in_debian10.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configurations/manual-operation-docs/how_to_migrating_from_iptables_to_nftables_in_debian10.md b/docs/configurations/manual-operation-docs/how_to_migrating_from_iptables_to_nftables_in_debian10.md index c7e4acc..b8823ce 100644 --- a/docs/configurations/manual-operation-docs/how_to_migrating_from_iptables_to_nftables_in_debian10.md +++ b/docs/configurations/manual-operation-docs/how_to_migrating_from_iptables_to_nftables_in_debian10.md @@ -261,6 +261,11 @@ table ip mangle { } ``` +## Uninstall iptables +``` +$ sudo apt purge --autoremove iptables +``` + ## Reference [https://wiki.debian.org/nftables](https://wiki.debian.org/nftables) [https://wiki.nftables.org/wiki-nftables/index.php/Moving_from_iptables_to_nftables](https://wiki.nftables.org/wiki-nftables/index.php/Moving_from_iptables_to_nftables)