bbfdm/dmtree
Rahul e6da2d7f4a bbf: Fix uci for proxy interface
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'
2020-04-28 11:31:31 +05:30
..
tr064 bbf: add support for the new IGMP vendor extension 2020-04-28 11:31:31 +05:30
tr104 Fix compile errors on x86 environment 2020-04-26 13:44:26 +01:00
tr143 Fix bugs: Diagnostics Objects 2020-03-23 11:49:22 +01:00
tr157 Ticket refs #2483: TR-181: most Alias values are empty 2020-04-20 00:18:52 +01:00
tr181 bbf: Fix uci for proxy interface 2020-04-28 11:31:31 +05:30