diff options
| author | Oleksandr Kuchmystyi <o.kuchmystyi@vyos.io> | 2026-03-24 16:26:33 +0300 |
|---|---|---|
| committer | Oleksandr Kuchmystyi <o.kuchmystyi@vyos.io> | 2026-04-01 11:30:15 +0300 |
| commit | 54fc0e1199625c8b6223e5d034bf895cfbf57c77 (patch) | |
| tree | 0dc3ba44371d966fde332bba7d60357d38c71cfc /data | |
| parent | 3823523c01e07ca010d035db7311b3c7f0e4e511 (diff) | |
| download | vyos-1x-54fc0e1199625c8b6223e5d034bf895cfbf57c77.tar.gz vyos-1x-54fc0e1199625c8b6223e5d034bf895cfbf57c77.zip | |
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).
Diffstat (limited to 'data')
| -rw-r--r-- | data/op-mode-standardized.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |
