From eb10bd6b6b48bfc081d294425c4e8ca3af0f1ca1 Mon Sep 17 00:00:00 2001 From: Markus Gothe Date: Mon, 2 Sep 2024 06:34:06 +0000 Subject: [PATCH] obuspa: add InterfaceSetting to dmcaching_exclude.json --- obuspa/files/etc/obuspa/dmcaching_exclude.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/obuspa/files/etc/obuspa/dmcaching_exclude.json b/obuspa/files/etc/obuspa/dmcaching_exclude.json index feb08adb5..cbeaec7c6 100644 --- a/obuspa/files/etc/obuspa/dmcaching_exclude.json +++ b/obuspa/files/etc/obuspa/dmcaching_exclude.json @@ -2,6 +2,7 @@ "dmcaching_exclude": [ "Device.Hosts.Host.", "Device.IEEE1905.", - "Device.WiFi.DataElements." + "Device.WiFi.DataElements.", + "Device.NAT.InterfaceSetting." ] }