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

2013-01-10 Thread Ben Pfaff
onitor > doesn't tell me anything. > > Regards, > Michael > > -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-dis

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

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

2013-01-09 Thread Henkel, Michael
27;t care too much about the controller or the > language). > > Thanks, > Michael > > -Original Message- > From: 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

2013-01-09 Thread Ben Pfaff
much about the controller or the > language). > > Thanks, > Michael > > -Original Message- > From: Jesse Gross [mailto:je...@nicira.com] > Sent: Mittwoch, 9. Januar 2013 19:21 > To: Henkel, Michael > Cc: discuss@openvswitch.org > Subject: Re: [ovs-di

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 Jesse Gross
nvswitch.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 e

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 Jesse Gross
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 extension. I can easily place flows into standard tables using the > following (python) code: > > > > def create_flow_install_msg(ip, table,

[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