On Dec 11, 2012, at 1:19 PM, Ben Pfaff wrote:
> On Tue, Dec 11, 2012 at 11:17:33AM -0800, Romain Lenglet wrote:
>> On Dec 11, 2012, at 10:47 AM, Ben Pfaff wrote:
>>
>>> On Tue, Dec 11, 2012 at 09:54:50AM -0800, Romain Lenglet wrote:
Define NXAST_SAMPLE OpenFlow vendor action and the corres
On Tue, Dec 11, 2012 at 11:17:33AM -0800, Romain Lenglet wrote:
> On Dec 11, 2012, at 10:47 AM, Ben Pfaff wrote:
>
> > On Tue, Dec 11, 2012 at 09:54:50AM -0800, Romain Lenglet wrote:
> >> Define NXAST_SAMPLE OpenFlow vendor action and the corresponding
> >> OFPACT_SAMPLE OVS action.
> >>
> >> Si
On Dec 11, 2012, at 10:47 AM, Ben Pfaff wrote:
> On Tue, Dec 11, 2012 at 09:54:50AM -0800, Romain Lenglet wrote:
>> Define NXAST_SAMPLE OpenFlow vendor action and the corresponding
>> OFPACT_SAMPLE OVS action.
>>
>> Signed-off-by: Romain Lenglet
>
> I think that this new action is intended to
On Tue, Dec 11, 2012 at 09:54:50AM -0800, Romain Lenglet wrote:
> Define NXAST_SAMPLE OpenFlow vendor action and the corresponding
> OFPACT_SAMPLE OVS action.
>
> Signed-off-by: Romain Lenglet
I think that this new action is intended to send the packet to a
controller when sampling happens, and
Define NXAST_SAMPLE OpenFlow vendor action and the corresponding
OFPACT_SAMPLE OVS action.
Signed-off-by: Romain Lenglet
---
NEWS | 1 +
include/openflow/nicira-ext.h | 16 +++
lib/ofp-actions.c | 45 +++
l
Define NXAST_SAMPLE OpenFlow vendor action and the corresponding
OFPACT_SAMPLE OVS action.
---
include/openflow/nicira-ext.h | 16 +++
lib/ofp-actions.c | 45 +++
lib/ofp-actions.h | 10 ++
lib/ofp-parse.c