Skip to content

Commit d018d2d

Browse files
committed
minor docs updates
1 parent 96bf6d9 commit d018d2d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/source/plugins/firewall_netfilter.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ If we were not able to parse any match from the rule-config - the rule will be s
7474

7575
If this happens you will see a warning at runtime! (:code:`Unsupported rule`)
7676

77+
.. warning::
78+
79+
The plugin does not validate the syntax of the config-export you provide!
80+
81+
You may encounter unexpected errors when manually modifying it!
82+
7783
Unsupported Expressions
7884
=======================
7985

docs/source/plugins/system_linux.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,14 @@ Source Code
5656
* **System Config**: `system/system_linux_netfilter.py <https://github.com/O-X-L/firewall-testing-framework/blob/latest/src/firewall_test/plugins/system/system_linux_netfilter.py>`_
5757

5858
* **Config Parsing**: `translate/linux.py <https://github.com/O-X-L/firewall-testing-framework/tree/latest/src/firewall_test/plugins/translate/linux.py>`_
59+
60+
----
61+
62+
Config-Parsing
63+
##############
64+
65+
.. warning::
66+
67+
The plugin does not validate the syntax of the config-export you provide!
68+
69+
You may encounter unexpected errors when manually modifying it!

0 commit comments

Comments
 (0)