[ovs-dev] [PATCH] Incremental patch for v3 5/6 Generic encap and decap support for NSH

Yi Yang yi.y.yang at intel.com
Thu Aug 3 02:14:30 UTC 2017


Hi, Ben

I just noticed a compiling warn in current master for NSH patches,
this increment patch is for

  v3 5/6 Generic encap and decap support for NSH

Signed-off-by: Yi Yang <yi.y.yang at intel.com>
---
 ofproto/ofproto-dpif-ipfix.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ofproto/ofproto-dpif-ipfix.c b/ofproto/ofproto-dpif-ipfix.c
index 605c20a..5549b49 100644
--- a/ofproto/ofproto-dpif-ipfix.c
+++ b/ofproto/ofproto-dpif-ipfix.c
@@ -2824,6 +2824,8 @@ dpif_ipfix_read_actions(const struct flow *flow,
         case OVS_ACTION_ATTR_POP_MPLS:
         case OVS_ACTION_ATTR_PUSH_ETH:
         case OVS_ACTION_ATTR_POP_ETH:
+        case OVS_ACTION_ATTR_ENCAP_NSH:
+        case OVS_ACTION_ATTR_DECAP_NSH:
         case OVS_ACTION_ATTR_UNSPEC:
         case __OVS_ACTION_ATTR_MAX:
         default:
-- 
2.1.0



More information about the dev mailing list