obuspa: enabled dm_caching_exclude in default config

This commit is contained in:
Vivek Kumar Dutta 2024-08-02 18:52:24 +05:30
parent ac19369e3e
commit b390b46c07
3 changed files with 3 additions and 4 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=obuspa
PKG_VERSION:=7.0.5.6.10
PKG_VERSION:=7.0.5.6.11
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)

View file

@ -6,7 +6,7 @@ config obuspa 'global'
option prototrace '0'
option db_file '/etc/obuspa/usp.db'
option role_file '/etc/obuspa/roles.json'
#option dm_caching_exclude '/etc/obuspa/dmcaching_exclude.json'
option dm_caching_exclude '/etc/obuspa/dmcaching_exclude.json'
#option trust_cert '/etc/ssl/cert.pem'
#option client_cert '/etc/obuspa/client.pem'
#option log_dest '/tmp/obuspa.log'

View file

@ -1,7 +1,6 @@
{
"dmcaching_exclude": [
"Device.Hosts.Host.",
"Device.IEEE1905.",
"Device.WiFi.DataElements."
"Device.Services.VoiceService."
]
}