できサンノゼ
2013/09/12 23:17 "Pedro Henrique" :
>
> Hello.
> I'm trying to limit the bandwidth of the interface, I used the
"ingress_policing_rate"(as described in this link:
http://openvswitch.org/support/config-cookbooks/qos-rate-limiting/) and it
worked well. But I'm trying to find a way to limit the
Thanks Ben,
adding "BuildRequires: python-xml" solve this issue.
--
*/Best regards,/*
/Eugene Istomin/
> On Thu, Sep 12, 2013 at 03:05:52PM +0300, Eugene Istomin wrote:
> > Hello,
> >
> > We have a python error while making a OVS 1.11:
> >
> > [ 145s] + make -j4
> > [ 145s] PYTHONDONTWRITE
Fantastic, thank you very much for the feedback.
Regards
Dirk vd Merwe
On Thu, Sep 12, 2013 at 11:32 PM, Ben Pfaff wrote:
> Sorry about the delayed response.
>
> On Mon, Sep 02, 2013 at 02:54:21PM +0200, Dirk van der Merwe wrote:
> > Hi Guys
> > I have noticed that the meter ID passed down to
Hello,
I am trying to setup a linux containers with open vswitch and need some help in
how to setup LXC container network interfaces so that they can send out tagged
packets on the wire?? I am unable to find any documentation related to this
scenario.
Any help is much appreciated.
Thanks,
Vin
Hi Pedro,
As you said, "ingress_policing_rate" worked well for u.
If you have tried it with VLAN+Bridge ?
Thanks & Regards
Ashish
On Thu, Sep 12, 2013 at 7:47 PM, Pedro Henrique
wrote:
> Hello.
> I'm trying to limit the bandwidth of the interface, I used the
> "ingress_policing_rate"(as des
Sorry about the delayed response.
On Mon, Sep 02, 2013 at 02:54:21PM +0200, Dirk van der Merwe wrote:
> Hi Guys
> I have noticed that the meter ID passed down to the ofproto is different
> for when a meter mod is requested, compared to when a meter instruction is
> added to a flow.
>
> It seems a
On Tue, Sep 10, 2013 at 06:28:18PM +0300, Andrei Andone wrote:
> The problem was I had the tunnel configured as follows:
> ovs-vscl add-port br-vnet tun-port -- set Interface tun-port
> type=... options:remote_ip=*flow* options:key=*20
>
> *After looking into the code for flow matching I decided t
On 2013/09/12 19:36 PM, Chunduru Venkata, Ravi wrote:
Hi,
I could find tcpdump patch to dissect Openflow packets. Can some one
point me where can I download wireshark plugin for windows(prebuilt)
or Mac.
Ravi,
Wireshark 1.12 [1] will ship with an OpenFlow dissector. Today you can:
1) do
On Thu, Sep 12, 2013 at 01:18:20PM -0500, Faisal Ali wrote:
> So do I need to use ovs-ofctl command to setup the flow
You can use ovs-ofctl or an OpenFlow controller.
> Is there a good tutorial about flows you can point me to as I have not
> worked with it before
I think various tutorials are av
On Thu, Sep 12, 2013 at 03:05:52PM +0300, Eugene Istomin wrote:
> Hello,
>
> We have a python error while making a OVS 1.11:
>
> [ 145s] + make -j4
> [ 145s] PYTHONDONTWRITEBYTECODE=yes PYTHONPATH=./python:
> $PYTHONPATH /usr/bin/python ./ofproto/ipfix-gen-entities ofproto/ipfix.xml >
> ofprot
Thank you Ben,
So do I need to use ovs-ofctl command to setup the flow
Is there a good tutorial about flows you can point me to as I have not worked
with it before
On Sep 12, 2013, at 1:04 PM, Ben Pfaff wrote:
> On Thu, Sep 12, 2013 at 12:53:26PM -0500, Faisal Ali wrote:
>> I am currently try
On Thu, Sep 12, 2013 at 12:53:26PM -0500, Faisal Ali wrote:
> I am currently trying to connect three bridges on three hypervisor via
> GRE tunnel to create a single collision domain.
>
> I am seeing broadcast packets being forwarded from ingress gre tunnel
> to egress gre tunnel. How do I prevent
Hi,
I could find tcpdump patch to dissect Openflow packets. Can some one point me
where can I download wireshark plugin for windows(prebuilt) or Mac.
Thanks,
-Ravi.
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listi
Hi,
I am currently trying to connect three bridges on three hypervisor via GRE
tunnel to create a single collision domain.
I am seeing broadcast packets being forwarded from ingress gre tunnel to egress
gre tunnel. How do I prevent that. Just want VMs broadcast to be forwarded to
tunnels.
Ple
On Thu, Sep 12, 2013 at 01:12:32PM +0200, Torbjorn Tornkvist wrote:
> It seems that ovs 1.11, when talking OpenFlow 1.2 sends wrong number
> of bits set in the match bitmap of the ofp_table_stats match field.
> (see: "A.3.5.4 Table Statistics" in the 1.2 spec)
>
> The (uint64) match field I receiv
On Thu, Sep 12, 2013 at 04:32:56PM +0530, kevin parker wrote:
> I am new to OVS and trying to understand OVS working.
>
> *With out controller:*
>On my kvm host(ubuntu 12.04) i have
> ovs-vswitchd running with out any controller.
> version 1.6.9
This is a ver
On Thu, Sep 12, 2013 at 03:16:02PM +0200, Torbjorn Tornkvist wrote:
> But ovs doesn't support write-actions, only apply-actions, so what's
> going on here?
Support for OF1.1+ is experimental and incomplete. A series of patches
to add support for write-actions has been posted and is under review.
Hello.
I'm trying to limit the bandwidth of the interface, I used the
"ingress_policing_rate"(as described in this link:
http://openvswitch.org/support/config-cookbooks/qos-rate-limiting/) and it
worked well. But I'm trying to find a way to limit the bandwidth based on
the flow, for example, src ip
Hi,
I'm using ovs 1.11, talking OF-1.2, trying to get hold of the table_stats.
In the instructions field bitmap of the ofp_table_stats struct, I get 7
i.a 111 in
base2, my interpretation is then that ovs support:
enum ofp_instruction_type {
OFPIT_GOTO_TABLE = 1, /* Setup the next
Hello,
We have a python error while making a OVS 1.11:
[ 145s] + make -j4
[ 145s] PYTHONDONTWRITEBYTECODE=yes PYTHONPATH=./python:
$PYTHONPATH /usr/bin/python ./ofproto/ipfix-gen-entities ofproto/ipfix.xml >
ofproto/ipfix-entities.def
[ 145s] PYTHONDONTWRITEBYTECODE=yes PYTHONPATH=./python:
$
Hi,
It seems that ovs 1.11, when talking OpenFlow 1.2 sends wrong number
of bits set in the match bitmap of the ofp_table_stats match field.
(see: "A.3.5.4 Table Statistics" in the 1.2 spec)
The (uint64) match field I receive from the bridge looks like (list of
bytes in decimal):
[0,0,0,255
Hi,
I am new to OVS and trying to understand OVS working.
*With out controller:*
On my kvm host(ubuntu 12.04) i have
ovs-vswitchd running with out any controller.
version 1.6.9
In this case i guess ovs is not working as open flow based switch.
as "ovs-ofctl
Hi Paul,
On 9/12/13 7:19 AM, Paul Congdon wrote:
I’m wondering if there is a way to encapsulate just an IP packet in
GRE using OVS instead of doing only doing transparent bridging of
entire L2 frames. Are there ways to setup the flow actions to strip
off the MAC header and change the protoco
23 matches
Mail list logo