On 04/07/2014 05:45 PM, Toke Høiland-Jørgensen wrote: > Török Edwin writes: > >> I hacked the script to set the interface name for iptables to pppoe-ge00 (not for uci, cause uci >> doesn't have an enabled=1 for pppoe): >> setup_ipset >> + interface=pppoe-ge00 >> setup_iptables "$interface" >> >> Any idea how to fix this properly without hardcoding the interface >> name? > > Editing the config file by hand should be sufficient rather than having > to edit the script (it's in /etc/config/bcp38). Thanks, that worked (both for /etc/config/bcp38 and /etc/config/sqm). The netperf streams seem to be better separated with pppoe-ge00.png > > The interface selection box in the GUI does not show pppoe-ge00 as an > option? It shows only @ge00, ge00, and se00, and selecting the @ge00 doesn't help. Best regardsm --Edwin