[dts] [PATCH V1] dep/nvgre.py

yaobing bingx.y.yao at intel.com
Mon Jan 21 08:17:08 CET 2019


dts can't send GRE packet successfully should result from NVGRE and 
GRE conflict, delete this line GRE packet can be combined and sent
successfully

Signed-off-by: yaobing <bingx.y.yao at intel.com>
---
 dep/nvgre.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dep/nvgre.py b/dep/nvgre.py
index 5dd9955..a48e6e0 100644
--- a/dep/nvgre.py
+++ b/dep/nvgre.py
@@ -33,6 +33,6 @@ class NVGRE(Packet):
 
 bind_layers(NVGRE, Ether, protocoltype=0x6558)
 # fix conflict of GRE and NVGRE
-split_layers(IP, GRE, frag=0, proto=IPPROTO_NVGRE)
+#split_layers(IP, GRE, frag=0, proto=IPPROTO_NVGRE)
 bind_layers(IP, NVGRE, frag=0, proto=IPPROTO_NVGRE)
 
-- 
2.17.2



More information about the dts mailing list