mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-08 13:00:45 +01:00
Changes done are: 1. Interfaces in the proxy uci section are called upstream_interface and downstream_interface as against proxy_interface and snooping_interface earlier. 2. The interface now bears the value of the actual linux interface, so, the upstream interface for example is now eth4.1 instead of wan. 3. A bug in the determining of bridging instance was identified and fixed. The UCI looks as follows now: root@iopsys:~# cat /etc/config/mcast config proxy 'mproxy_1' option enable '0' 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 '10' list downstream_interface 'br-wan100' list upstream_interface 'eth4.1' config snooping 'msnoop_1' option enable '0' option proto 'igmp' option version '2' option robustness '2' option aggregation '0' option interface 'br-wan100' |
||
|---|---|---|
| .. | ||
| dmbbf.c | ||
| dmbbf.h | ||
| dmcommon.c | ||
| dmcommon.h | ||
| dmjson.c | ||
| dmjson.h | ||
| dmmem.c | ||
| dmmem.h | ||
| dmubus.c | ||
| dmubus.h | ||
| dmuci.c | ||
| dmuci.h | ||