From a93ea04589918d9f984c11892b1a712cab811a3c Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 13 May 2021 17:20:48 +0200 Subject: op-mode: conntrack: T3535: add XML command definitions --- op-mode-definitions/conntrack-sync.xml.in | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 op-mode-definitions/conntrack-sync.xml.in (limited to 'op-mode-definitions/conntrack-sync.xml.in') diff --git a/op-mode-definitions/conntrack-sync.xml.in b/op-mode-definitions/conntrack-sync.xml.in new file mode 100644 index 000000000..cd0ec5cc8 --- /dev/null +++ b/op-mode-definitions/conntrack-sync.xml.in @@ -0,0 +1,36 @@ + + + + + + + Reset connection syncing parameters + + + + + Reset external cache and request resync with other systems + + ${vyos_op_scripts_dir}/conntrack_sync.py --reset-cache-external + + + + Reset internal cache and request resync with other systems + + ${vyos_op_scripts_dir}/conntrack_sync.py --reset-cache-internal + + + + + + + + + + Restart connection tracking synchronization service + + ${vyos_op_scripts_dir}/conntrack_sync.py --restart + + + + -- cgit v1.2.3