Dear all, In OVS, there is a command to add meter to switch, but seems no command to attach the meter to flow. So, how to attach a meter to a flow? Else the meter is specific to a switch only.
Thanks Kai On 5/10/16, 3:00 AM, "discuss on behalf of [email protected]" <[email protected] on behalf of [email protected]> wrote: >Send discuss mailing list submissions to > [email protected] > >To subscribe or unsubscribe via the World Wide Web, visit > http://openvswitch.org/mailman/listinfo/discuss >or, via email, send a message with subject or body 'help' to > [email protected] > >You can reach the person managing the list at > [email protected] > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of discuss digest..." > > >Today's Topics: > > 1. OpenvSwitch (Slavica Tomovic) > 2. mapping host only vlan to Uplink switch VLAN using openflow > (kevin parrikar) > 3. Re: Debug OVS (Rajasekaran, Monica) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Mon, 9 May 2016 12:11:08 +0200 >From: Slavica Tomovic <[email protected]> >To: [email protected], Ben Pfaff <[email protected]>, > [email protected] >Subject: [ovs-discuss] OpenvSwitch >Message-ID: > <canky2stqnociyfkvk-fbbu2gn9cubx0tpv4p74xmuedqd0p...@mail.gmail.com> >Content-Type: text/plain; charset=UTF-8 > >Hello experts! > >I want to implement OpenFlow wireless networks by using Raspberry Pi >devices. My idea is to install OVS software on them. Is it possible to >such a thing? > >I read that OVS cannot be used for wireless networks, but what if I >add multiple wi-fi interfaces to each RPI and interconnect them >wirelessly? > >Also, is it maybe possible to use only one physical wifi NIC and then >configure multiple virtual interfaces on it? > >I just need information (ASAP) is it possible (and how) to use OVS in >the data-plane of OpenFlow wireless network. > >Thanks in advance, > >Slavica > > >------------------------------ > >Message: 2 >Date: Mon, 9 May 2016 23:18:55 +0530 >From: kevin parrikar <[email protected]> >To: "[email protected]" <[email protected]> >Subject: [ovs-discuss] mapping host only vlan to Uplink switch VLAN > using openflow >Message-ID: > <CAJLFrOXsLqucTWaGmW1CpROiNYeoZ=vf33zq5kczv2c4q-v...@mail.gmail.com> >Content-Type: text/plain; charset="utf-8" > >Hello All, > in my kvm nodes all instance's vnic are connected to >bridge using "tag" which is different from what is configured in physical >switches. >Is there a way to map this kvm *host only tag* to what is configured in >real switch using open flows.I don't want to change tags on each interface >which is already running smoothly. > >some thing like tag 1 from in_port 3 should be mapped to 308 [similar to >1:1 NAT in layer 3] > >Regards, >Kevin >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: ><http://openvswitch.org/pipermail/discuss/attachments/20160509/6430f93d/at >tachment-0001.html> > >------------------------------ > >Message: 3 >Date: Mon, 9 May 2016 18:02:23 +0000 >From: "Rajasekaran, Monica" <[email protected]> >To: Dio Vinra <[email protected]>, "[email protected]" > <[email protected]> >Subject: Re: [ovs-discuss] Debug OVS >Message-ID: > <[email protected]> >Content-Type: text/plain; charset="utf-8" > >I had the same question a couple of months back. Eventually I dug it up >manually. > >As a starting point, I can tell you that to trace commands like >³ovs-vsctl add-port², start looking at ovs/utilities/ovs-vsctl.c. You >will have a function called cmd_add_port(). > > >From: Dio Vinra [mailto:[email protected]] >Sent: Monday, May 09, 2016 12:14 PM >To: Rajasekaran, Monica <[email protected]>; >[email protected] >Subject: Re: Debug OVS > >Actually I wanna trace some commands (e.g. ovs-vsctl add-port tap0 >tag=100) in ovs to find out the code in OVS source code which executes >the command, so do you know what should I do? > >On Monday, 9 May 2016, Rajasekaran, Monica ><[email protected]<mailto:[email protected] >m>> wrote: >Hi, > >Please follow this link to enable debugging: >http://ask.xmodulo.com/enable-logging-open-vswitch.html > >Once you do that, just start up OVS and follow through. > >-Monica > >From: discuss >[mailto:[email protected]<javascript:_e(%7B%7D,'cvml','discu >[email protected]');>] On Behalf Of Dio Vinra >Sent: Monday, May 09, 2016 10:26 AM >To: >[email protected]<javascript:_e(%7B%7D,'cvml','[email protected] >rg');> >Subject: [ovs-discuss] Debug OVS > >Hi, >I'm new with OVS,can anybody tell me how to debug OVS source code from >ubuntu terminal? >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: ><http://openvswitch.org/pipermail/discuss/attachments/20160509/7de79596/at >tachment-0001.html> > >------------------------------ > >Subject: Digest Footer > >_______________________________________________ >discuss mailing list >[email protected] >http://openvswitch.org/mailman/listinfo/discuss > > >------------------------------ > >End of discuss Digest, Vol 83, Issue 37 >*************************************** _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
