Fix urlfilter plugin path

This commit is contained in:
Vivek Kumar Dutta 2024-10-16 11:27:38 +05:30
parent 22eada3ef8
commit 2f1dac5686

View file

@ -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",