From b131200da9c80d4b473337cabfbb37f0b7920fe0 Mon Sep 17 00:00:00 2001 From: Omar Kallel Date: Fri, 25 Oct 2019 11:06:45 +0100 Subject: [PATCH] Ticket resfs #1263: TR-181: Device.GRE object (Fixes) --- dmtree/tr181/gre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmtree/tr181/gre.c b/dmtree/tr181/gre.c index 8357cf05..d9952862 100644 --- a/dmtree/tr181/gre.c +++ b/dmtree/tr181/gre.c @@ -22,7 +22,7 @@ /* *** Device.GRE. *** */ DMOBJ tGREObj[] = { /* OBJ, permission, addobj, delobj, checkobj, browseinstobj, forced_inform, notification, nexjsontobj, nextobj, leaf, linker, bbfdm_type*/ -{"Tunnel", &DMWRITE, addObjGRETunnel, delObjGRETunnel, NULL, browseGRETunnelInst, NULL, NULL, NULL, NULL, tGRETunnelObj, tGRETunnelParams, NULL, BBFDM_BOTH}, +{"Tunnel", &DMWRITE, addObjGRETunnel, delObjGRETunnel, NULL, browseGRETunnelInst, NULL, NULL, NULL, tGRETunnelObj, tGRETunnelParams, NULL, BBFDM_BOTH}, {"Filter", &DMWRITE, addObjGREFilter, delObjGREFilter, NULL, browseGREFilterInst, NULL, NULL, NULL, NULL, tGREFilterParams, NULL, BBFDM_BOTH}, {0} };