Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-11-16 Thread Nico
Hi, The 'disks' 'interfaces' options were changed to lists in r29182. The 'interfaces' list option is now using names as defined in /etc/config/network. Cheers, -- -{Nico} On Mon, Nov 14, 2011 at 11:11 PM, ZioPRoTo (Saverio Proto) ziopr...@gmail.com wrote: Hello Nico, I tested and

Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-11-14 Thread ZioPRoTo (Saverio Proto)
Hello Nico, I tested and reworked Gioacchino's mini_snmpd patch to support uci interfaces names instead of real interface names. please check and commit. I would commit myself but I do not have permission for that folder ciao :) Saverio mini_snmpd.patch Description: Binary data

Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-11-13 Thread ZioPRoTo (Saverio Proto)
I'm trying the patch Gioacchino, so now config should look something like this ? config mini_snmpd option enabled 1 option ipv6 0 option community public option location 'Via Gallia' option contact 'ziopr...@gmail.com' option interfaces 'lan'

Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-11-13 Thread ZioPRoTo (Saverio Proto)
config mini_snmpd        option enabled 1        option ipv6 0        option community public        option location 'Via Gallia'        option contact 'ziopr...@gmail.com'        option interfaces 'lan'        option interfaces 'wan' I found my self to add more than one interface syntax

Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-11-13 Thread Gioacchino Mazzurco
Yes configuration could look like this. config mini_snmpd option enabled 1 option ipv6 0 option community public option location 'Via Gallia' option contact 'ziopr...@gmail.com' option interfaces 'lan wan' But with the patch I have added also uci

Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-10-15 Thread Nico
Hi Gioacchino, Your patch will also rename mini-snmpd to eigen-mini-snmpd, which is a totally unrelated change ? Why ? -- -{Nico} On Sat, Oct 15, 2011 at 3:50 PM, Gioacchino Mazzurco gmazzurc...@gmail.com wrote: Last fixed patch ;) Please use only that and ignore the two patch before On

Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-10-15 Thread Gioacchino Mazzurco
hu sorry that was an error! that was only a rename to not conflict between my testing repository and packages you can fix the patch or i can fix it and send a new patch as you prefer ;) thanks! 2011/10/15 Nico n...@openwrt.org: Hi Gioacchino, Your patch will also rename mini-snmpd to

[OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-10-14 Thread Gioacchino Mazzurco
Hey all! I see that in mini_snmpd config you have to use a list of real name interfaces comma separated, that not the uci style... I am thinking to write a patch to use uci list instead of option and more over you can use uci network name also instead of real name interface only What do you

Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-10-14 Thread Gioacchino Mazzurco
I have done a patch that make mini_snmpd more uci style +Instead of one option with comma separated interfaces now use uci list +Intestad of use only real interface name now can use also uci interface name the init script check if the interface name specified is from uci than traslate it to