diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2017-02-15 23:15:47 +0800 |
---|---|---|
committer | Hongjun Ni <hongjun.ni@intel.com> | 2017-02-15 23:16:29 +0800 |
commit | ad076b3b19da12de1fc76674da4e1a2204a2b0ac (patch) | |
tree | f49ac889e665d247b03eee4c5f3f6f9f5c13b57c /nsh-plugin/nsh/nsh.h | |
parent | d90f85ca4a250b4884ad8caacd22117d2e03f9ab (diff) |
Add NSH Egress Classifier feature
Change-Id: Ib539f0f98ed03613429e0b6e952b7502f393c2b1
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'nsh-plugin/nsh/nsh.h')
-rw-r--r-- | nsh-plugin/nsh/nsh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsh-plugin/nsh/nsh.h b/nsh-plugin/nsh/nsh.h index f74c3b1..632a2c4 100644 --- a/nsh-plugin/nsh/nsh.h +++ b/nsh-plugin/nsh/nsh.h @@ -142,9 +142,9 @@ typedef enum { _(ENCAP_VXLANGPE, "vxlan-gpe-encap" ) \ _(ENCAP_VXLAN4, "vxlan4-encap" ) \ _(ENCAP_VXLAN6, "vxlan6-encap" ) \ + _(DECAP_ETH_INPUT, "ethernet-input" ) \ /* /\* TODO once moved to Project:NSH_SFC *\/ */ /* _(ENCAP_ETHERNET, "*** TX TO ETHERNET ***") \ */ -/* _(DECAP_ETHERNET_LOOKUP, "ethernet-input" ) \ */ /* _(DECAP_IP4_INPUT, "ip4-input") \ */ /* _(DECAP_IP6_INPUT, "ip6-input" ) \ */ |