Reset connection syncing parameters
Reset external cache and request resync with other systems
sudo ${vyos_op_scripts_dir}/conntrack_sync.py --reset-cache-external
Reset internal cache and request resync with other systems
sudo ${vyos_op_scripts_dir}/conntrack_sync.py --reset-cache-internal
Restart connection tracking synchronization service
sudo ${vyos_op_scripts_dir}/conntrack_sync.py --restart
Show connection tracking synchronization information
Show connection tracking cache entries
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
Show external main connection tracking cache entries
sudo ${vyos_op_scripts_dir}/conntrack_sync.py --show-external
Show external expect connection tracking cache entries
sudo ${vyos_op_scripts_dir}/conntrack_sync.py --show-external-expect
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
Show internal main connection tracking cache entries
sudo ${vyos_op_scripts_dir}/conntrack_sync.py --show-internal
Show internal expect connection tracking cache entries
sudo ${vyos_op_scripts_dir}/conntrack_sync.py --show-internal-expect
Show connection syncing 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