mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
mcastmngr: fix upstream interface generation
This commit is contained in:
parent
5e41b8c3bc
commit
33eeedcdd7
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ generate_mcast_config(){
|
||||||
uci add_list mcast.@proxy[-1].downstream_interface="br-lan"
|
uci add_list mcast.@proxy[-1].downstream_interface="br-lan"
|
||||||
|
|
||||||
IFS=" "
|
IFS=" "
|
||||||
for itf in up_itf; do
|
for itf in $up_itf; do
|
||||||
uci add_list mcast.@proxy[-1].upstream_interface="$itf"
|
uci add_list mcast.@proxy[-1].upstream_interface="$itf"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue