Fix a version number in Sysadmin/Networking

This commit is contained in:
Petr Bokoč 2020-04-14 22:20:11 +02:00
commit abe9d050ba

View file

@ -33,7 +33,7 @@ In RHEL 8, the nftables-based `iptables` tool prints the following version strin
[source,bash]
----
$ iptables --version
iptables v1.8.0 (nf_tables)
iptables v1.8.4 (nf_tables)
----
For comparison, the following version information is printed if legacy `iptables` tool is present:
@ -41,7 +41,7 @@ For comparison, the following version information is printed if legacy `iptables
[source,bash]
----
$ iptables --version
iptables v1.8.0 (legacy)
iptables v1.8.4 (legacy)
----
For more information, see link:https://fedoraproject.org/wiki/Changes/iptables-nft-default[] and link:https://wiki.nftables.org/wiki-nftables/index.php/Legacy_xtables_tools[].