From 994d6ace181fe7e2fc61cb10569912a45c672141 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Tue, 8 Aug 2023 09:05:25 -0400 Subject: [PATCH] Remove some invalid text from the network component doc Just describe what a firewall does, not its implemenation details. This text was copied from elsewhere and mentioning iptables is outdated and not correct. Change-Id: Ia078fe6f3cee873d37a4621c98a089a90cd47d51 Closes-bug: #2030753 --- doc/source/admin/intro-network-components.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/admin/intro-network-components.rst b/doc/source/admin/intro-network-components.rst index 49f0d6db0fb..9ac873d02e8 100644 --- a/doc/source/admin/intro-network-components.rst +++ b/doc/source/admin/intro-network-components.rst @@ -34,8 +34,7 @@ Firewalls are used to restrict traffic to a host based on the rules defined on the host. They can filter packets based on several criteria such as source IP address, destination IP address, port numbers, connection state, and so on. It is primarily used to protect the hosts from unauthorized access -and malicious attacks. Linux-based operating systems implement firewalls -through ``iptables``. +and malicious attacks. Load balancers ~~~~~~~~~~~~~~