diff --git a/README.md b/README.md index 3352b8ed..43748af3 100644 --- a/README.md +++ b/README.md @@ -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: -* (since API 24) `iptables-save`; +* (since API 24) `iptables-save`, `ip6tables-save`; * `echo`; * `ip` (`link monitor neigh rule`); * `ndc` (`ipfwd` since API 23, `nat` since API 28); -* `iptables` (with correct version corresponding to API level, `-nvx -L `); +* `iptables`, `ip6tables` (with correct version corresponding to API level, `-nvx -L `); * `su`. If some of these are unavailable, you can alternatively install a recent version (v1.28.1 or higher) of Busybox.