diff options
author | Fangyin Hu <fangyinx.hu@intel.com> | 2017-10-25 21:47:04 -0700 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-10-26 06:01:43 +0000 |
commit | eb9eec208b6e66bf585546ffe5a9554a48fe1208 (patch) | |
tree | a590e05dd3c7783460d5c9fa88d8593b3b17e7cb /resources/libraries/python/SFC/SFCConstants.py | |
parent | 977851f65718fb82d804dc095a2ddd9735a67b89 (diff) |
Update the NSH protocol header fields
Fix the NSH SFC functional test cases failed issues.
Change-Id: I5d49b50a8c0958dc8db4bc10d6852f0cf4e77962
Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
Diffstat (limited to 'resources/libraries/python/SFC/SFCConstants.py')
-rw-r--r-- | resources/libraries/python/SFC/SFCConstants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/libraries/python/SFC/SFCConstants.py b/resources/libraries/python/SFC/SFCConstants.py index 33391a1771..b9eef22788 100644 --- a/resources/libraries/python/SFC/SFCConstants.py +++ b/resources/libraries/python/SFC/SFCConstants.py @@ -31,7 +31,6 @@ class SFCConstants(object): VxLANGPE_FLAGS = 0xc VxLANGPE_NEXT_PROTOCOL = 0x4 VxLANGPE_DEFAULT_VNI = 9 - NSH_FLAGS = 0x0 NSH_HEADER_LENGTH = 0x6 NSH_DEFAULT_MDTYPE = 0x1 NSH_NEXT_PROTOCOL = 0x3 |