Update how_to_migrating_from_iptables_to_nftables_in_debian10.md

This commit is contained in:
Samson-W 2019-07-12 17:55:24 +08:00
parent 1503bb4ffe
commit 354d1a4df6

View File

@ -2,6 +2,9 @@
Debian Buster uses the nftables framework by default.
## Pre-install
```
$ sudo apt install nftables
```
## Check iptables link point
Starting with Debian Buster, nf_tables is the default backend when using iptables, by means of the iptables-nft layer (i.e, using iptables syntax with the nf_tables kernel subsystem). This also affects ip6tables, arptables and ebtables.