Re: [OpenWrt-Devel] [PATCH] macvlan interfaces with uci

2010-08-09 Thread Johannes Schlatow
On 08/09/2010 10:01 PM, Felix Fietkau wrote: > On 2010-08-09 9:36 PM, Johannes Schlatow wrote: >> This patch adds support for macvlan interfaces to uci. >> * ifname pattern is ethXvY, where ethX is the physical interface, Y is >> arbitrary >> * you can specify a mac address >> * dependencies: k

[OpenWrt-Devel] My Mail

2010-08-09 Thread Hamish Guthrie
Hi Felix, Did you get my mail earlier from my Sony acct regarding the patch I was proposing to commit? Unfortunately, I do not have access to that email acct from home. Regards Hamish ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org h

Re: [OpenWrt-Devel] [PATCH] macvlan interfaces with uci

2010-08-09 Thread Felix Fietkau
On 2010-08-09 9:36 PM, Johannes Schlatow wrote: > This patch adds support for macvlan interfaces to uci. > * ifname pattern is ethXvY, where ethX is the physical interface, Y is > arbitrary > * you can specify a mac address > * dependencies: kmod-macvlan, ip > > e.g.: > > $ uci show network.d

[OpenWrt-Devel] [PATCH] macvlan interfaces with uci

2010-08-09 Thread Johannes Schlatow
This patch adds support for macvlan interfaces to uci. * ifname pattern is ethXvY, where ethX is the physical interface, Y is arbitrary * you can specify a mac address * dependencies: kmod-macvlan, ip e.g.: $ uci show network.dmz network.dmz=interface network.dmz.proto=dhcp network.dmz.ifname

[OpenWrt-Devel] [Patch] olsrd.init add virtual interface name

2010-08-09 Thread Patrick Grimm
Hi This patch add interface name handling for the NonOlsrIf Option in olsrd init script. e.g. NonOlsrIf=lan and not NonOlsrIf=eth0 Signed-off-by: Patrick Grimm Index: olsrd.init === --- olsrd.init (Revision 22459) +++ olsrd.init

Re: [OpenWrt-Devel] some questions about eth0

2010-08-09 Thread Florian Fainelli
On Monday 09 August 2010 09:46:51 hacklu wrote: > my device' eth0 can't work fine everytime, > sometimes,it doesn't work. but sometimes it works better. > > > if I reboot my system,it may be good or not. It just a probability! > so I only can reboot and reboot until it become good. > > how

[OpenWrt-Devel] some questions about eth0

2010-08-09 Thread hacklu
my device' eth0 can't work fine everytime, sometimes,it doesn't work. but sometimes it works better. if I reboot my system,it may be good or not. It just a probability! so I only can reboot and reboot until it become good. how strange it is! -