openflow/actions: Add nx_check_pkt_larger

this action available since post-2.11
This commit is contained in:
Eishun Kondoh 2019-07-22 20:01:23 +09:00
parent ccb420cbce
commit 99da0f55e0
6 changed files with 94 additions and 0 deletions

View file

@ -861,6 +861,7 @@ enums = [
{Openflow.Action.NxLearn2, 45},
{Openflow.Action.NxEncap, 46},
{Openflow.Action.NxDecap, 47},
{Openflow.Action.NxCheckPktLarger, 49},
{Openflow.Action.NxDebugRecirc, 0xFF}
],
nx_mp_algorithm: [