No description
Find a file
Rahul cd4733efa9 mcastmngr: Add mcastmngr
The mcastmngr read the uci file and configures the corresponding
multicast daemon accordingly. It is for now doing this for broadcom's
mcpd utility. Here are a few examples of what UCI config gets converted
to what /var/mcpd.conf

Snooping:
config snooping 'msnoop_1'
    option enable '1'
    option proto 'igmp'
    option version '2'
    option robustness '2'
    option aggregation '0'
    option interface 'br-wan100'

root@iopsys:~# cat /var/mcpd.conf
igmp-default-version 2
igmp-robustness-value 2
igmp-max-groups 20
igmp-max-sources 10
igmp-max-members 20
igmp-snooping-enable 1
igmp-proxy-enable 0
igmp-query-interval 125
igmp-query-response-interval 100
igmp-last-member-query-interval 10
igmp-mcast-interfaces  eth5.100
igmp-snooping-interfaces br-wan100

Proxy:
config proxy 'mproxy_1'
    option enable '1'
    option proto 'igmp'
    option version '2'
    option robustness '2'
    option aggregation '0'
    option last_member_query_interval '10'
    option query_interval '120'
    option query_response_interval '100'
    list downstream_interface 'br-lan'
    list upstream_interface 'eth5.1'

root@iopsys:~# cat /var/mcpd.conf
igmp-default-version 2
igmp-robustness-value 2
igmp-max-groups 20
igmp-max-sources 10
igmp-max-members 20
igmp-snooping-enable 2
igmp-proxy-enable 1
igmp-fast-leave 1
igmp-query-interval 120
igmp-query-response-interval 100
igmp-last-member-query-interval 10
igmp-proxy-interfaces  eth5.1
igmp-mcast-interfaces  eth5.1
igmp-snooping-interfaces br-lan
2020-04-19 15:27:38 +05:30
ated ated: Convert improper C-comments to Make-comments. 2019-10-29 17:30:07 +01:00
bashdb bachdb:update Makefile with licence info 2019-09-04 16:13:15 +02:00
bbf bbf: 1.2-2020-04-17 2020-04-17 14:34:02 +02:00
bbk_cli bbk_cli: initial package 2019-09-21 14:12:35 +02:00
bootchart2 bootchart2: Makefile added licence 2019-09-04 16:12:34 +02:00
catv catv:adding licence info to make file and opkg 2019-09-04 16:21:37 +02:00
cifsd cifsd: add package 2020-01-20 10:50:01 +01:00
cifsd-tools Ticket#434: Fix write access in cifsd init 2020-01-20 10:50:01 +01:00
crashlog clean up db and use new variables names 2020-01-23 14:39:32 +01:00
dectmngr2 Make endptmngr and dectmngr2 stripped in the root filesystem on targets 2020-04-14 14:59:49 +02:00
dslmngr Update packages [ easy-soc-libs ] and [ dslmngr ] 2020-03-18 11:15:22 +01:00
easy-qos easy_qos: Mark packets with iptables and classcfg 2019-12-10 16:17:53 +01:00
easy-soc-libs easy-soc-libs: 3.1.6 2020-04-13 19:02:36 +02:00
endptmngr PKG_SOURCE_URL should use HTTPS 2020-04-16 10:53:32 +02:00
fatrace fatrace: Changed licences to correct license file and update opkg database 2019-09-05 10:32:51 +02:00
fping fping: add package 2017-08-28 16:23:19 +02:00
gryphon-led-module gryphon-led:changed licenses tag so that it reflects the package real licences 2019-09-05 10:43:31 +02:00
icgroupd icgroupd: Change license from Inteno to iopsys 2019-09-05 11:44:12 +02:00
icwmp icwmp: remove obselete README 2020-04-11 20:18:02 +02:00
ieee1905 ieee1905: On-boarding of ieee1905 device 2020-03-27 17:53:54 +05:30
ifbt ifbt-0.3: fix linking against libeasy.so 2020-02-17 09:16:02 +01:00
imonitor imonitor: added opkg marker for licences 2019-09-05 13:59:07 +02:00
inbd inbd:added tags to make file for opkg database 2019-09-05 14:02:21 +02:00
iop iop: config cleanup 2020-04-18 21:21:44 +02:00
iopupgrade iopupgrade: Configuration handling has been moved into the iopu_chroot script. 2019-12-04 15:18:51 +01:00
iwatchdog iwatchdog:updated copyright and added opkgs data plus changed name to iopsys 2019-09-05 14:20:08 +02:00
json-editor Fix spelling error 2019-11-26 10:40:38 +01:00
libcgroup libcgroup: Add missing dependency on librt 2016-06-08 15:49:44 +02:00
libjwt libwjt:added opkg licenses tag 2019-09-05 14:30:02 +02:00
libmicroxml Add libmicroxml from lede-managment 2019-11-19 10:41:24 +01:00
libpicoevent Update feed [ iopsys ] package [ libpicoevent ] 2020-03-02 17:42:24 +01:00
librpc Add librpc 2019-11-22 14:46:18 +01:00
libtrace Fix a compiling error in libtrace for Intel platform 2020-03-26 17:49:14 +01:00
lmbench lmbench: added opkg licences hooks 2019-09-05 15:10:16 +02:00
logrotate logrotate:Added opkg licence hooks 2019-09-05 15:11:56 +02:00
loop-detector loopdetector:Update Makefile for license also added opkg hooks 2019-09-05 15:13:56 +02:00
ltq-nand lqt-nand:added opkg licences hooks 2019-09-05 15:15:58 +02:00
map-1905 map-1905: ieee1905d MAP-r2 plugin 2020-03-25 15:42:17 +05:30
mapagent mapagent: Fix compilation 2020-04-13 19:53:29 +05:30
mcastmngr mcastmngr: Add mcastmngr 2020-04-19 15:27:38 +05:30
mqtt-ciotc Updated packages in iopsys feeds to have licenses info 2019-10-31 10:34:16 +01:00
multiwan multiwan:added opkg license info 2019-09-05 15:20:40 +02:00
natalie-dect PKG_SOURCE_URL should use HTTPS 2020-04-16 10:53:32 +02:00
natalie-dect-h Update feed [ iopsys ] package [ natalie-dect-h ] 2020-03-02 17:42:46 +01:00
ndisc ndisc: Added opkg licenses tag 2019-09-05 15:34:44 +02:00
ndt Updated packages in iopsys feeds to have licenses info 2019-10-31 10:34:16 +01:00
netmode netmode: testnet: use pgrep to check if tesnet is running 2020-03-21 19:42:53 +01:00
obuspa obuspa: Fix compilation error on gcc-8.3.x 2020-03-02 19:41:02 +05:30
opkgd opkgd: correct Makefile 2020-03-24 08:32:37 +01:00
owsd owsd: Workaround a bug which cases origin check to fail on LAN. 2020-01-23 12:44:59 +01:00
paho-mqtt-c paho-mqtt:added opkg licences tag 2019-09-05 16:43:22 +02:00
peripheral_manager Update feed [ iopsys ] package [ peripheral_manager ] 2020-03-26 18:03:15 +01:00
port-management port-management: move port population to uci-defaults 2020-03-29 13:51:24 +02:00
power-management Updated packages in iopsys feeds to have licenses info 2019-10-31 10:34:16 +01:00
qosmngr qosmngr: introduce enable in queue and shaper section 2020-04-09 14:26:49 +05:30
questd questd: 5.1.2 2020-04-16 12:47:12 +02:00
rulengd Updated packages in iopsys feeds to have licenses info 2019-10-31 10:34:16 +01:00
samba3 Samba 3 depends on the readline library for building. 2020-01-16 15:24:17 +01:00
shflags Add shflags for icwmp 2019-11-26 10:10:07 +01:00
sipcalc There is no kmod-ipv6 2019-11-26 10:21:52 +01:00
topologyd Updated packages in iopsys feeds to have licenses info 2019-10-31 10:34:16 +01:00
tptest Updated packages in iopsys feeds to have licenses info 2019-10-31 10:34:16 +01:00
tr064 There is no libdatamodel 2019-11-26 10:19:26 +01:00
tr098 tr098 1.0-2019-12-28 2020-01-09 14:55:29 +01:00
uboot PKG_SOURCE_URL should use HTTPS 2020-04-16 10:53:32 +02:00
ubus-mqtt Updated packages in iopsys feeds to have licenses info 2019-10-31 10:34:16 +01:00
uspd uspd: Align boolean values to uci defaults 2020-04-09 13:54:50 +05:30
voice-client voice-client: Add cdr_manager.conf.TEMPLATE and fix an error in cdr_syslog.conf.TEMPLATE 2020-04-09 15:51:01 +02:00
voicesec PKG_SOURCE_URL should use HTTPS 2020-04-16 10:53:32 +02:00
wfadatad wfadatad: 2.0.1 - standalone daemon and plugin mode 2020-04-13 13:24:51 +02:00
wifilife PKG_SOURCE_URL should use HTTPS 2020-04-16 10:53:32 +02:00
wifimngr wifimngr: do not install keep config script until the issues are fixed 2020-03-29 15:49:29 +02:00