From abe9d050ba63a996365619b37c60feba406dd519 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Apr 14 2020 20:20:11 +0000 Subject: Fix a version number in Sysadmin/Networking --- diff --git a/modules/release-notes/pages/sysadmin/Networking.adoc b/modules/release-notes/pages/sysadmin/Networking.adoc index 4c1a2e3..cb25e05 100644 --- a/modules/release-notes/pages/sysadmin/Networking.adoc +++ b/modules/release-notes/pages/sysadmin/Networking.adoc @@ -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[].