File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff 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
7575If 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+
7783Unsupported Expressions
7884=======================
7985
Original file line number Diff line number Diff 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!
You can’t perform that action at this time.
0 commit comments