diff options
| author | John Estabrook <jestabro@vyos.io> | 2026-05-04 14:33:07 -0500 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2026-05-28 08:31:21 -0500 |
| commit | 8b2d2a80c0f9272d80ee4d90077978c9e43021b9 (patch) | |
| tree | 0fe18763ef28f4534c983c971c7f929e267cf269 /data/config-sync-exclude.json | |
| parent | f420c2913a30cac5d61f94061466f6f6ccf7d81c (diff) | |
| download | vyos-1x-8b2d2a80c0f9272d80ee4d90077978c9e43021b9.tar.gz vyos-1x-8b2d2a80c0f9272d80ee4d90077978c9e43021b9.zip | |
T8502: add list of global config-sync exclude paths
Diffstat (limited to 'data/config-sync-exclude.json')
| -rw-r--r-- | data/config-sync-exclude.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/config-sync-exclude.json b/data/config-sync-exclude.json new file mode 100644 index 000000000..dc4cb88e8 --- /dev/null +++ b/data/config-sync-exclude.json @@ -0,0 +1,17 @@ +[ + [ + "interfaces", + "ethernet", + "hw-id" + ], + [ + "interfaces", + "ethernet", + "address" + ], + [ + "interfaces", + "ethernet", + "offload" + ] +] |
