What type of errors you are getting, and why you are using CentOS 5 ( old
kernel)
Try with either CentOS 6 or above.
On Tue, Dec 11, 2012 at 5:53 AM, Hyun Lee wrote:
> Hi all
>
> I'm trying to install OVS on centos5.
> I saw that OVS can be used any linux distributions.
>
> With ubuntu 12.04, it
Hey,
I have a few questions regarding the support of GRE tunnels in OVS.
1. I create a tunnel endpoint on an ovs-port with the gre options as
defined in the manpages. Now i want to send mod-flow msgs from the
controller which contain only the output action on that port. Will ovs
append the transp
Hi all
I'm trying to install OVS on centos5.
I saw that OVS can be used any linux distributions.
With ubuntu 12.04, its installation is done well as described in README file.
But with centos, I failed.
Are there anyone who know that OVS installation guide for centos or tips??
Thank you
Best reg
It passes for me with current master on eder.debian.org:
(wheezy)pfaffben@eder:~/openvswitch-1.9.90$ uname -a
Linux eder 2.6.39-3-loongson-2e #1 Sat Aug 20 16:36:12 UTC 2011 mips64
GNU/Linux
(wheezy)pfaffben@eder:~/openvswitch-1.9.90$ make check TESTSUITEFLAGS='-k
netflow'
[...]
MIPS processor
On Tue, Dec 11, 2012 at 9:56 AM, Ben Pfaff wrote:
> Which processor?
>
> On Tue, Dec 11, 2012 at 09:29:59AM +0500, maryam hanfi wrote:
> > I am working on embedded processor with debian linux.
> >
> > On Tue, Dec 11, 2012 at 9:25 AM, maryam hanfi
> wrote:
> >
> > > The test fails
Which processor?
On Tue, Dec 11, 2012 at 09:29:59AM +0500, maryam hanfi wrote:
> I am working on embedded processor with debian linux.
>
> On Tue, Dec 11, 2012 at 9:25 AM, maryam hanfi wrote:
>
> > The test fails consistently
> >
> >
> > On Tue, Dec 11, 2012 at 1:26 AM, Ben Pfaff wrote:
> >
>
I am working on embedded processor with debian linux.
On Tue, Dec 11, 2012 at 9:25 AM, maryam hanfi wrote:
> The test fails consistently
>
>
> On Tue, Dec 11, 2012 at 1:26 AM, Ben Pfaff wrote:
>
>> On Mon, Dec 10, 2012 at 11:02:47PM +0500, maryam hanfi wrote:
>> > I have run Open vSwitch-1.7.1
The test fails consistently
On Tue, Dec 11, 2012 at 1:26 AM, Ben Pfaff wrote:
> On Mon, Dec 10, 2012 at 11:02:47PM +0500, maryam hanfi wrote:
> > I have run Open vSwitch-1.7.1 testsuite. All test pass except NetFlow
> flow
> > expiration.The details of log file is as follows:
>
> Does the test f
Am 07.12.2012 23:33, schrieb Brad Hedlund:
Hi Brad,
Out of curiosity, have you tried using the *ovs-controller*?
http://openvswitch.org/cgi-bin/ovsman.cgi?page=utilities%2Fovs-controller.8
Thanks, this sounds like the thing I was looking for.
Unfortunately, I could not quite get it to work.
On Mon, Dec 10, 2012 at 11:02:47PM +0500, maryam hanfi wrote:
> I have run Open vSwitch-1.7.1 testsuite. All test pass except NetFlow flow
> expiration.The details of log file is as follows:
Does the test fail consistently, or just once in a while?
___
d
Hi All,
I have run Open vSwitch-1.7.1 testsuite. All test pass except NetFlow flow
expiration.The details of log file is as follows:
> header: v5, uptime 93, now 235.188028743, seq 0, engine 2,1
> rec: 192.168.0.1 > 192.168.0.2, if 1 > 65535, 1 pkts, 60 bytes, ICMP 8:0,
time
90...90
>
> header:
On Mon, Dec 10, 2012 at 10:07:33AM -0300, Lucas Brasilino wrote:
> > Please keep this on the list.
>
> By the way, there's a configuration, in mailman, that makes it insert
> a 'Reply-To:' header
> pointing to the list. Doing so will avoid personal replies.
We don't do it that way. See
http://ww
On Mon, Dec 10, 2012 at 12:14:24AM -0800, Umair Hoodbhoy wrote:
> Does this mean that if you do *not* have Linux 3.3 or later (e.g. you have
> 3.2), then you don't need ovs-brcompatd?
No. It means that if you need ovs-brcompatd, you must use the
third-party OVS kernel module instead of the one bu
Hi:
> Please keep this on the list.
By the way, there's a configuration, in mailman, that makes it insert
a 'Reply-To:' header
pointing to the list. Doing so will avoid personal replies.
I don't remenber where this configuration is located at mailman admin
interface... I haven't touched
it for m
Please keep this on the list.
Yes, moving the IP address to the bridge is covered in the FAQ:
http://openvswitch.org/faq/
If you want to bridge the traffic, I imagine you want to attach something else
to the bridge, like another interface such as eth1.
--Justin
On Dec 10, 2012, at 12
Then, you probably won't need bridge compatibility.
--Justin
On Dec 10, 2012, at 12:57 AM, Umair Hoodbhoy wrote:
> Thanks. So would OVS 1.4.0 (Ubuntu package) require ovs-brcompat to be
> installed? My goal is to implement VLAN Configuration as per the Cookbook on
> the website.
>
>
> -- U
Thanks. So would OVS 1.4.0 (Ubuntu package) require ovs-brcompat to be
installed? My goal is to implement VLAN Configuration as per the Cookbook
on the website.
-- Umair
On Mon, Dec 10, 2012 at 12:31 AM, Justin Pettit wrote:
> On Dec 10, 2012, at 12:22 AM, Umair Hoodbhoy
> wrote:
>
> > Does
On Dec 10, 2012, at 12:22 AM, Umair Hoodbhoy wrote:
> Does this mean that if you do *not* have Linux 3.3 or later (e.g. you have
> 3.2), then you don't need ovs-brcompatd?
It's simply stating that bridge compatibility will not work with the upstream
kernel module.
> Also, under which circums
That works fine. You can just create a bridge and then attach your physical
devices to it (e.g., eth0 and eth1). OVS doesn't really make a distinction
between physical and virtual interfaces.
--Justin
On Dec 9, 2012, at 10:57 PM, Игорь Рыжов wrote:
> The standart use of OVS is to connect h
The standart use of OVS is to connect host adapters with OVS and connect
OVS with virual machines adapters. But I want to use OVS as a layer between
host and host's adapters. I didn't find anything about this way of OVS use.
Can anybody explain how to do that or provide some links?
Newbie here. I have some questions about this part of the FAQ:
== BEGIN ==
Q: What features are not available in the Open vSwitch kernel datapath
that ships as part of the upstream Linux kernel?
A: The kernel module in upstream Linux 3.3 and later does not incl
Newbie here. I have some questions about this part of the FAQ:
== BEGIN ==
Q: What features are not available in the Open vSwitch kernel datapath
that ships as part of the upstream Linux kernel?
A: The kernel module in upstream Linux 3.3 and later does not incl
22 matches
Mail list logo