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
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
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
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
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
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
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
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,
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