From f32348935adccdd221baae43f40af95e7a20b2f6 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 20 Dec 2022 18:21:42 +0000 Subject: conntrack-sync: T4888: rewrite the op mode script in the new format --- op-mode-definitions/conntrack-sync.xml.in | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (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 index 3e29ecd39..a66331f27 100644 --- a/op-mode-definitions/conntrack-sync.xml.in +++ b/op-mode-definitions/conntrack-sync.xml.in @@ -11,13 +11,13 @@ Reset external cache and request resync with other systems - sudo ${vyos_op_scripts_dir}/conntrack_sync.py --reset-cache-external + sudo ${vyos_op_scripts_dir}/conntrack_sync.py reset_external_cache Reset internal cache and request resync with other systems - sudo ${vyos_op_scripts_dir}/conntrack_sync.py --reset-cache-internal + sudo ${vyos_op_scripts_dir}/conntrack_sync.py reset_internal_cache @@ -27,9 +27,9 @@ - Restart connection tracking synchronization service + Restart the connection tracking synchronization service - sudo ${vyos_op_scripts_dir}/conntrack_sync.py --restart + sudo ${vyos_op_scripts_dir}/conntrack_sync.py restart @@ -49,19 +49,19 @@ Show external connection tracking cache entries - sudo ${vyos_op_scripts_dir}/conntrack_sync.py --show-external; ${vyos_op_scripts_dir}/conntrack_sync.py --show-external-expect + sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_external_cache Show external main connection tracking cache entries - sudo ${vyos_op_scripts_dir}/conntrack_sync.py --show-external + sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_external_cache Show external expect connection tracking cache entries - sudo ${vyos_op_scripts_dir}/conntrack_sync.py --show-external-expect + sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_external_expect @@ -69,19 +69,19 @@ Show internal connection tracking cache entries - sudo ${vyos_op_scripts_dir}/conntrack_sync.py --show-internal; ${vyos_op_scripts_dir}/conntrack_sync.py --show-internal-expect + sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_internal_cache Show internal main connection tracking cache entries - sudo ${vyos_op_scripts_dir}/conntrack_sync.py --show-internal + sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_internal_cache Show internal expect connection tracking cache entries - sudo ${vyos_op_scripts_dir}/conntrack_sync.py --show-internal-expect + sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_internal_expect @@ -91,13 +91,13 @@ Show connection syncing statistics - sudo ${vyos_op_scripts_dir}/conntrack_sync.py --show-statistics + sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_statistics Show conntrack-sync status - sudo ${vyos_op_scripts_dir}/conntrack_sync.py --show-status + sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_status -- cgit v1.2.3