From 654c8cad2daaf84a07e4664d2c0469a863a46bdc Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Tue, 25 May 2021 23:17:16 +0300 Subject: firewall: T3568: add XML definitions for firewall Add XML for configuration mode firewall. Used for future rewriting it to Python style. --- .../firewall/action-accept-drop-reject.xml.i | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 interface-definitions/include/firewall/action-accept-drop-reject.xml.i (limited to 'interface-definitions/include/firewall/action-accept-drop-reject.xml.i') diff --git a/interface-definitions/include/firewall/action-accept-drop-reject.xml.i b/interface-definitions/include/firewall/action-accept-drop-reject.xml.i new file mode 100644 index 000000000..9f8baa884 --- /dev/null +++ b/interface-definitions/include/firewall/action-accept-drop-reject.xml.i @@ -0,0 +1,25 @@ + + + + Action for packets + + accept drop reject + + + accept + Action to accept + + + drop + Action to drop + + + reject + Action to reject + + + ^(accept|drop|reject)$ + + + + -- cgit v1.2.3