[dts] [PATCH V1 4/4] ipfix_flow_classify: framework setting
yufengx.mo at intel.com
yufengx.mo at intel.com
Wed Jun 6 07:34:46 CEST 2018
From: yufengmx <yufengx.mo at intel.com>
add sctp head size definition
Signed-off-by: yufengmx <yufengx.mo at intel.com>
---
framework/settings.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/framework/settings.py b/framework/settings.py
index 07c3ac6..99107fd 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -1,6 +1,6 @@
# BSD LICENSE
#
-# Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
+# Copyright(c) 2010-2018 Intel Corporation. All rights reserved.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -173,6 +173,7 @@ HEADER_SIZE = {
'ipv6': 40,
'udp': 8,
'tcp': 20,
+ 'sctp': 132,
'vxlan': 8,
}
"""
--
1.9.3
More information about the dts
mailing list