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

Justin Pettit jpettit at ovn.org
Sun Dec 24 04:30:08 UTC 2017


Signed-off-by: Justin Pettit <jpettit at ovn.org>
---
 include/openvswitch/ofp-actions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {
-- 
2.7.4



More information about the dev mailing list