summaryrefslogtreecommitdiff
path: root/data/config-sync-exclude.json
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2026-05-04 14:33:07 -0500
committerJohn Estabrook <jestabro@vyos.io>2026-05-28 08:31:21 -0500
commit8b2d2a80c0f9272d80ee4d90077978c9e43021b9 (patch)
tree0fe18763ef28f4534c983c971c7f929e267cf269 /data/config-sync-exclude.json
parentf420c2913a30cac5d61f94061466f6f6ccf7d81c (diff)
downloadvyos-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.json17
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"
+ ]
+]