Skip to content

Commit 785edc1

Browse files
authored
Non-ip packets are always forwarded without any check.
1 parent 09ca4d5 commit 785edc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/services/pcn-firewall/firewall.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Firewall
33

44
This service implements a transparent firewall. It can be attached to a port or a netdev, and it may drop or forward each packet that matches one of the defined rules, based on the source and destination IPv4 addresses, level 4 protocol and ports, and TCP flags.
55
Policy rules can include one or more of the above fields; if a given field is missing, its content does not influence the matching.
6-
*Non-IP packets are forwarded without any check*.
6+
*Non-IP packets are always forwarded, without any check*.
77

88
Features
99
--------
@@ -20,7 +20,7 @@ Supported features:
2020
- ``Forward`` packet from the interface from which it was received to the other
2121
- ``Drop`` packet
2222

23-
- Non-IP packets are forwarded by default.
23+
- Non-IP packets are always forwarded.
2424
- Up to 5k rules for each chain (INGRESS/EGRESS).
2525

2626
How to use

0 commit comments

Comments
 (0)