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
This commit is contained in:
Brian Haley 2023-08-08 09:05:25 -04:00
parent c453813d06
commit 994d6ace18
1 changed files with 1 additions and 2 deletions

View File

@ -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
~~~~~~~~~~~~~~