[ovs-discuss] add a flow to a specific table

2013-01-09 Thread Henkel, Michael
Hi list, I'm trying to figure out on how to place a flow into a specific table using a pox extension. I can easily place flows into standard tables using the following (python) code: def create_flow_install_msg(ip, table, mask, srcMac, dstMac, dstPort): ofm = ofp_flow_mod() ofm_match_dl

Re: [ovs-discuss] add a flow to a specific table

2013-01-09 Thread Henkel, Michael
16:58 To: Henkel, Michael Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] add a flow to a specific table On Wed, Jan 9, 2013 at 7:00 AM, Henkel, Michael wrote: > Hi list, > > > > I’m trying to figure out on how to place a flow into a specific table > using a pox exten

Re: [ovs-discuss] add a flow to a specific table

2013-01-09 Thread Henkel, Michael
m: Jesse Gross [mailto:je...@nicira.com] Sent: Mittwoch, 9. Januar 2013 19:21 To: Henkel, Michael Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] add a flow to a specific table The entire extension is sending the command plus encoding the table in the flow mod so I'm not sure that

Re: [ovs-discuss] add a flow to a specific table

2013-01-09 Thread Henkel, Michael
Ok, will take a look into the function and see how it can be ported to python for Pox. -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Mittwoch, 9. Januar 2013 20:19 To: Henkel, Michael Cc: Jesse Gross; discuss@openvswitch.org Subject: Re: [ovs-discuss] add a flow to a

Re: [ovs-discuss] add a flow to a specific table

2013-01-10 Thread Henkel, Michael
ch, 9. Januar 2013 20:19 To: Henkel, Michael Cc: Jesse Gross; discuss@openvswitch.org Subject: Re: [ovs-discuss] add a flow to a specific table The setting is per OpenFlow connection, so you need to enable it on any given OpenFlow connection before you try to use it. ovs-ofctl enables this extension

[ovs-discuss] which ovs version will support the action set_field

2013-01-16 Thread Henkel, Michael
Hey all, Guess the title already says everything. I tried 1.4.3, 1.7.1 and now 1.8-a93dfdc. Sending a simple flow like: ovs-ofctl add-flow dp0 "ipv6 actions=set_field:2000:::::::0001->ipv6_src,output:3" results in ovs-ofctl: Unknown action: set_field I did read in ano

Re: [ovs-discuss] which ovs version will support the action set_field

2013-01-16 Thread Henkel, Michael
nnected to the ovs without the brcompat module? Thanks, Michael From: Henkel, Michael Sent: Mittwoch, 16. Januar 2013 19:03 To: discuss@openvswitch.org Subject: which ovs version will support the action set_field Hey all, Guess the title already says everything. I tried 1.4.3, 1.7.1 and now 1