mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +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' |
||
|---|---|---|
| .. | ||
| tr064 | ||
| tr104 | ||
| tr143 | ||
| tr157 | ||
| tr181 | ||