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
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
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
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
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
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
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!
-