From 2f1dac5686f54219fc7706c677905816b650dd1c Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Wed, 16 Oct 2024 11:27:38 +0530 Subject: [PATCH] Fix urlfilter plugin path --- tools/tools_input.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tools/tools_input.json b/tools/tools_input.json index d3d8d36d..b8921fc5 100644 --- a/tools/tools_input.json +++ b/tools/tools_input.json @@ -76,7 +76,6 @@ "proto": "git", "version": "release-7.3", "dm_files": [ - "urlfilter/files/etc/bbfdm/plugins/urlfilter.json", "obuspa/files/etc/bbfdm/json/USPAgent.json", "icwmp/files/etc/bbfdm/json/CWMPManagementServer.json", "ponmngr/files/etc/bbfdm/json/xpon.json" @@ -102,13 +101,21 @@ ] }, { - "repo": "https://dev.iopsys.eu/iopsys/hostmngr.git", + "repo": "https://dev.iopsys.eu/network/hostmngr.git", "proto": "git", "version": "release-7.3", "dm_files": [ "src/bbf_plugin/hosts.c" ] }, + { + "repo": "https://dev.iopsys.eu/network/urlfilter.git", + "proto": "git", + "version": "release-7.3", + "dm_files": [ + "src/parentalcontrol.c" + ] + }, { "repo": "https://dev.iopsys.eu/bbf/timemngr.git", "proto": "git",