I found a bug when I tried to update to openvswitch 2.0:
It's on the script ovs-ctl when we want to use "force-reload-kmod". During
the "save_ofports_if_required" the script are waiting indefinitely because a
mistake in the command.
I past here a small diff to correct it:
diff --git a/utili
hello,
I am trying to setup gre tunnel in my set
I have 2 host machine ubuntu12.04 each running virtual machine on it
host-1 configuration
# sudo ./ovs-vsctl add-port br1 gre1 -- set interface gre1 type=gre
options:remote_ip=192.168.1.13
# sudo ./ovs-vsctl show
a82d76e1-f4b1-4d8d-be01-e0009062806a
Hi,
I'm trying to match on vlan_vid using Open vSwitch, set as an OpenFlow 1.3
switch.
The flows are the following:
At table 0: tag the packet, set the vid to 100 and send it to table 1.
$ sudo ovs-ofctl -O OpenFlow13 add-flow s1
table=0,in_port=1,actions=push_vlan:0x8100,set_field:100-\>vlan_vi
Hello,
i make an ovs 2.0 build with 3.11 kernel patch using OBS and trying to apply
this to stable packages ( https://build.opensuse.org/request/show/204794 ),
maintainer of OBS:Network gives me hint to check up "64bit-portability-issue"
at least on i586 Factory.
Here is the build errors from
Hello,
In ovsdb-idl.at, for test "# same as OVSDB_CHECK_IDL but uses the Python
IDL implementation with tcp",
found multiple --remote options in ovsdb-server command.
AT_CHECK([ovsdb-server --log-file '-vPATTERN:console:ovsdb-server|%c|%m'
--detach --no-chdir --pidfile="`pwd`"/pid --remote=punix:s
On Mon, Oct 28, 2013 at 4:19 AM, Sahid Ferdjaoui
wrote:
> I found a bug when I tried to update to openvswitch 2.0:
>
> It's on the script ovs-ctl when we want to use "force-reload-kmod". During
> the "save_ofports_if_required" the script are waiting indefinitely because a
> mistake in the comm
Ok so there is a problem to update ovs from 1.4 this command seems do not
respond.
- Original Message -
From: "Gurucharan Shetty"
To: "Sahid Ferdjaoui"
Cc: "discuss"
Sent: Monday, October 28, 2013 3:36:46 PM
Subject: Re: [ovs-discuss] Bug on ovs-ctl force-reload-kmod
On Mon, Oct 28, 2
On Mon, Oct 28, 2013 at 7:51 AM, Sahid Ferdjaoui
wrote:
> Ok so there is a problem to update ovs from 1.4 this command seems do not
> respond.
Yes. The newer openvswitch userspace utilities are not compatible with
older openvswitch kernel module.
When you do a upgrade using 'force-reload-kmod',
Hi,
My OVS node has been connected with the controller. Then how can I
monitor/decode the openflow messages between ovs and controller?
Controller "ssl:10.95.14.106:6633"
Regards,
Chengyuan.
___
discuss mailing list
discuss@openvswitch.org
http://open
Hey! We are doing a project which requires an openvswitch to be connected to
multiple controllers. That part is done. But we wanted to know if we can
specify in the openvswitch, which controller it has to talk to. If yes, how do
we instruct the switches?
Assume this topology, we have two hosts,
On Mon, Oct 28, 2013 at 06:55:08PM +0530, Arun Sharma wrote:
> In ovsdb-idl.at, for test "# same as OVSDB_CHECK_IDL but uses the Python
> IDL implementation with tcp",
> found multiple --remote options in ovsdb-server command.
> AT_CHECK([ovsdb-server --log-file '-vPATTERN:console:ovsdb-server|%c|%
You can use wireshark tool to see the packet-ins between switch to
controller.
On Mon, Oct 28, 2013 at 11:39 AM, Chengyuan Li wrote:
> Hi,
>
> My OVS node has been connected with the controller. Then how can I
> monitor/decode the openflow messages between ovs and controller?
>
> Controller "ss
On Mon, Oct 28, 2013 at 4:41 AM, Eugene Istomin wrote:
> Hello,
>
> i make an ovs 2.0 build with 3.11 kernel patch using OBS and trying to apply
> this to stable packages ( https://build.opensuse.org/request/show/204794 ),
> maintainer of OBS:Network gives me hint to check up "64bit-portability-i
On Fri, Oct 25, 2013 at 7:48 PM, ashish yadav wrote:
> Hi Jesse,
>
> I think 2.6.32-358.18.1 Kernel version is latest with RHEL/Centos.
> So it has almost all patches from upstream...
It doesn't have anywhere near all of the patches from the most recent
version of Linux.
> If anyone has really t
On Mon, Oct 28, 2013 at 2:30 AM, Sukyoung Oh wrote:
> Hi, I ended up that I have misunderstood concept of ovs. you was right,
> totally I was wrong.
>
> according to your advice, I am trying to experiment again.
>
> OK.
>
> as I mentioned before, I am still trying to use ovs on DomU domain through
On Mon, Oct 28, 2013 at 4:31 AM, john paul wrote:
> hello,
> I am trying to setup gre tunnel in my set
> I have 2 host machine ubuntu12.04 each running virtual machine on it
> host-1 configuration
> # sudo ./ovs-vsctl add-port br1 gre1 -- set interface gre1 type=gre
> options:remote_ip=192.168.1.1
Thanks, Jesse,
i will try to find a ways to resolve this.
--
*/Best regards,/*
/Eugene Istomin/
> The upstream data type changed for the skb layer pointers from
> sk_buff_data_t to __u16. However, the OVS kernel module compatibility
> only uses the original data type so there is a mismatch on
Hi Jesse,
Thanks for info .
With Regards
Ashish
On Tue, Oct 29, 2013 at 2:36 AM, Jesse Gross wrote:
> On Fri, Oct 25, 2013 at 7:48 PM, ashish yadav
> wrote:
> > Hi Jesse,
> >
> > I think 2.6.32-358.18.1 Kernel version is latest with RHEL/Centos.
> > So it has almost all patches from ups
Hi all,
I want to add a new function in openvswitch so that some flows can always
be processed by userspace OpenFlow module (ofproto) instead of the kernel
module ( datapath).
To do this, More specifically, I want to add an entry in the flow table in
ofproto (OpenFlow userspace module). And this
On Thu, Oct 17, 2013 at 10:51:54AM -0700, Ben Pfaff wrote:
> On Thu, Oct 17, 2013 at 02:21:09PM -0300, Flavio Leitner wrote:
> > Since fedora has openvswitch packages available I wonder
> > if it makes sense to keep maintaining the same in
> > openvswitch package.
> >
> > For instance, I've added
Hi,
I have a question. As one port of ovs, I need this port not to flood some
specified others' host packets.For example, I configure one port vxa
type=vxlan and its romete_ip=192.168.1.12, the I want the port vxa not to
flood the packets from the host of 192.168.1.12,(such as ARP packe
Hi,
Now I use the command "ovs-ofctl snoop [bridge_name]", and the ovs provide
the error "failed to connect to socket(Connect reset by peer)". Then I am
looking up the directory "usr/local/var/run/" and not find the file of
bridge.snoop.However, I find the file bridge.snoop in the directory
I'm trying to following the instructions to build the OVS RPMs on
Fedora 19, but running into strange error.
$ rpmbuild -bb rhel/openvswitch-fedora.spec
.
.
.
Checking for unpackaged file(s): /usr/lib/rpm/check-files
/home/me/rpmbuild/BUILDROOT/openvswitch-2.0.0-1.fc19.x86_64
error: Instal
The spec needs to be updated because the 2.0.0 includes
the new tool called ovs-dpctl-top.
I just updated rawhide to 2.0.0, so you can get the updated
spec or the srpm and compile directly on Fedora 19:
http://koji.fedoraproject.org/koji/buildinfo?buildID=474407
fbl
On Mon, Oct 28, 2013 at 11:2
yes, endpoints ping to each other.
On Tue, Oct 29, 2013 at 2:47 AM, Jesse Gross wrote:
> On Mon, Oct 28, 2013 at 4:31 AM, john paul wrote:
> > hello,
> > I am trying to setup gre tunnel in my set
> > I have 2 host machine ubuntu12.04 each running virtual machine on it
> > host-1 configuration
Hello everybody:
I'm absolutely new to Open vSwitch and I really like to learn it.
I recently installed a Xen Server on my PC and I saw an option in " Network
and Management Interface" that is named Open vSwitch.
Is it the same thing?
If yes, how can I manipulate and configure the Open vSwitch that
On Oct 28, 2013, at 11:14 PM, Ryan Shayegan wrote:
> I recently installed a Xen Server on my PC and I saw an option in " Network
> and Management Interface" that is named Open vSwitch.
> Is it the same thing?
Yes.
> If yes, how can I manipulate and configure the Open vSwitch that is in Xen
>
27 matches
Mail list logo