From 54fc0e1199625c8b6223e5d034bf895cfbf57c77 Mon Sep 17 00:00:00 2001 From: Oleksandr Kuchmystyi Date: Tue, 24 Mar 2026 16:26:33 +0300 Subject: config-sync: T7784: Add command to diff configuration with secondary node Add a new operational command to compare configuration between nodes participating in config synchronization. New command: - `show configuration secondary sync [commands] [running|candidate|saved] [config-node-path]`. This allows operators to view configuration differences across secondary peer before applying or syncing changes. Supports: - displaying using raw diff and 'commands' format; - optional section filtering (subtree comparison); - selectable config source (running, candidate, saved). --- data/op-mode-standardized.json | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/op-mode-standardized.json b/data/op-mode-standardized.json index d1f23bfb0..3dff070a1 100644 --- a/data/op-mode-standardized.json +++ b/data/op-mode-standardized.json @@ -5,6 +5,7 @@ "bridge.py", "cgnat.py", "config_mgmt.py", +"config_sync.py", "conntrack.py", "container.py", "cpu.py", -- cgit v1.2.3