diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-06-10 09:21:58 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-06-10 09:21:58 +0000 |
commit | ae0ca9f5e54b841eb8ff37b41033bcca74d6827c (patch) | |
tree | ba84607d578d826609e5fc42544204ac77aa889e /op-mode-definitions | |
parent | 82607438d6df5291c581d802c7a2a98eabe084ff (diff) | |
download | vyos-1x-ae0ca9f5e54b841eb8ff37b41033bcca74d6827c.tar.gz vyos-1x-ae0ca9f5e54b841eb8ff37b41033bcca74d6827c.zip |
T751: Remove ids suricata
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/suricata.xml.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/op-mode-definitions/suricata.xml.in b/op-mode-definitions/suricata.xml.in deleted file mode 100644 index a5025afba..000000000 --- a/op-mode-definitions/suricata.xml.in +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0"?> -<interfaceDefinition> - <node name="update"> - <children> - <node name="suricata"> - <properties> - <help>Update Suricata</help> - </properties> - <command>if test -f /run/suricata/suricata.yaml; then sudo suricata-update --suricata-conf /run/suricata/suricata.yaml; sudo systemctl restart suricata; else echo "Service Suricata not configured"; fi </command> - </node> - </children> - </node> - <node name="restart"> - <children> - <node name="suricata"> - <properties> - <help>Restart Suricata service</help> - </properties> - <command>if systemctl is-active --quiet suricata; then sudo systemctl restart suricata.service; else echo "Service Suricata not configured"; fi</command> - </node> - </children> - </node> -</interfaceDefinition> |