Add ip6tables to README

This commit is contained in:
Mygod
2019-09-08 20:18:27 -04:00
committed by GitHub
parent 0b584a610d
commit 5e2aeef1d2

View File

@@ -175,11 +175,11 @@ DHCP server like `dnsmasq` is assumed to run and send DHCP packets as root.
Undocumented system binaries are all bundled and executable: Undocumented system binaries are all bundled and executable:
* (since API 24) `iptables-save`; * (since API 24) `iptables-save`, `ip6tables-save`;
* `echo`; * `echo`;
* `ip` (`link monitor neigh rule`); * `ip` (`link monitor neigh rule`);
* `ndc` (`ipfwd` since API 23, `nat` since API 28); * `ndc` (`ipfwd` since API 23, `nat` since API 28);
* `iptables` (with correct version corresponding to API level, `-nvx -L <chain>`); * `iptables`, `ip6tables` (with correct version corresponding to API level, `-nvx -L <chain>`);
* `su`. * `su`.
If some of these are unavailable, you can alternatively install a recent version (v1.28.1 or higher) of Busybox. If some of these are unavailable, you can alternatively install a recent version (v1.28.1 or higher) of Busybox.