netmngr: Fix IPv6rd object registration

This commit is contained in:
Vivek Kumar Dutta 2025-01-20 14:26:19 +05:30
parent 9e7ef97e14
commit 4c0582b1a0
2 changed files with 5 additions and 1 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=netmngr PKG_NAME:=netmngr
PKG_VERSION:=1.1.1 PKG_VERSION:=1.1.2
LOCAL_DEV:=0 LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)

View file

@ -23,6 +23,10 @@
{ {
"parent_dm": "Device.", "parent_dm": "Device.",
"object": "RouterAdvertisement" "object": "RouterAdvertisement"
},
{
"parent_dm": "Device.",
"object": "IPv6rd"
} }
], ],
"config": { "config": {