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

yaobing bingx.y.yao at intel.com
Wed Jan 23 04:21:22 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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dep/nvgre.py b/dep/nvgre.py
index 5dd9955..a3fcf49 100644
--- a/dep/nvgre.py
+++ b/dep/nvgre.py
@@ -33,6 +33,5 @@ class NVGRE(Packet):
 
 bind_layers(NVGRE, Ether, protocoltype=0x6558)
 # fix conflict of GRE and 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