diff mbox series

[ovs-dev] ofp-actions: Mention OFPACT_STACK_POP.

Message ID 1514089808-84472-1-git-send-email-jpettit@ovn.org
State Accepted
Headers show
Series [ovs-dev] ofp-actions: Mention OFPACT_STACK_POP. | expand

Commit Message

Justin Pettit Dec. 24, 2017, 4:30 a.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 include/openvswitch/ofp-actions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff Dec. 24, 2017, 6:52 p.m. UTC | #1
On Sat, Dec 23, 2017 at 08:30:08PM -0800, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Justin Pettit Dec. 24, 2017, 8:05 p.m. UTC | #2
> On Dec 24, 2017, at 11:52 AM, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Sat, Dec 23, 2017 at 08:30:08PM -0800, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> 
> Acked-by: Ben Pfaff <blp@ovn.org>

Thanks.  I pushed this to master.

--Justin
diff mbox series

Patch

diff --git a/include/openvswitch/ofp-actions.h b/include/openvswitch/ofp-actions.h
index 25f61ef93ace..3d9775582f6d 100644
--- a/include/openvswitch/ofp-actions.h
+++ b/include/openvswitch/ofp-actions.h
@@ -473,7 +473,7 @@  struct ofpact_reg_move {
     struct mf_subfield dst;
 };
 
-/* OFPACT_STACK_PUSH.
+/* OFPACT_STACK_PUSH, OFPACT_STACK_POP.
  *
  * Used for NXAST_STACK_PUSH and NXAST_STACK_POP. */
 struct ofpact_stack {