Hi all,
I try to make pppoe connection via wan interface but no matter how modify values in /etc/config/network in log service name stay unchanged. Here is cut from /etc/config/network

...
config switch           eth0
        option vlan0    '0 5'
        option vlan1    '1 2 3 4 5*'

config interface        wan
        option ifname   'eth0.0'
        option proto    'pppoe'
        option username 'username'
        option password 'password'
        option service  'ctc'
        option keepalive        '10'
        option mtu      '1492'
...

ifup wan work without problem (no error messages) but in logread I have this line:

...
Jan  1 02:40:37 owrt daemon.debug pppd[4366]: PADS: Service-Name: 'bv1'
...

and (logicaly) connection cannot be established, even my service provider do not see pppoe packets on otherside of the wire.

I try to add additionla options in wan section like:

...
option servicename 'ctc'
option ac 'ctc'
...

but the situation is the same - according log searched servicename is 'bv1'

I try to search here in forum, wiki and even developers tex files but can't find what I miss ... is someone have good hint ?

thanks in advance for answers !