On Thu, Apr 14, 2011 at 1:01 AM, Benoit ML wrote:
> Hi,
>
> Same bridge but different vlan. Thank for your answer.
>
> Well I've done some others tests with interesting result.
Hmm, that is an interesting result. It's possible, though it seems
unlikely, that some of the netfilter information is
Thanks for you help. I have established a GRE tunnel across two
private networks.
By the way, it is possible to create multiple GRE which across three
or more private networks ?
The first thing comes to my mind is I would have to create multiple bridge.
And the ovs-ifup script is another problem b
> hi,
>
> fchown on a socket is not portable.
oops, s/fchown/fchmod/
YAMAMOTO Takashi
>
> i don't think it makes sense even on linux. (not confirmed)
>
> YAMAMOTO Takashi
>
>
> diff --git a/lib/socket-util.c b/lib/socket-util.c
> index 12bbc71..2b75dee 100644
> --- a/lib/socket-util.c
> ++
hi,
fchown on a socket is not portable.
i don't think it makes sense even on linux. (not confirmed)
YAMAMOTO Takashi
diff --git a/lib/socket-util.c b/lib/socket-util.c
index 12bbc71..2b75dee 100644
--- a/lib/socket-util.c
+++ b/lib/socket-util.c
@@ -349,7 +349,7 @@ make_unix_socket(int style,
hi,
> On Wed, Apr 13, 2011 at 12:37:28PM +0900, YAMAMOTO Takashi wrote:
>> commit bb5bc6c042a22103612205483558f472f8929356
>> Author: Ben Pfaff
>> Date: Mon Mar 21 14:30:33 2011 -0700
>>
>> lacp: Encapsulate configuration into new structs.
>>
>> This makes it easier to pass configurat
On Mon, Apr 11, 2011 at 11:30 AM, Jesse Gross wrote:
> On Sat, Apr 9, 2011 at 6:38 AM, benzwt benzwt wrote:
>> First of all, thank you for your helpful information.
>>
>> I'm sorry, I just realized that the e1000e drivers for linux-2.6.35
>> and linux-2.6.38 is different, by "diff"ing the codes.
Hi,
Same bridge but different vlan. Thank for your answer.
Well I've done some others tests with interesting result.
First, in fact my network topologie is a quite bite complexe :
I've got an x86 server (call it Vswtich BrCentral) where all vswitch of
hypervisor are connected through GRE tunnel.