Fix a version number in Sysadmin/Networking
This commit is contained in:
parent
3fb87b6358
commit
abe9d050ba
1 changed files with 2 additions and 2 deletions
|
|
@ -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[].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue