test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2] dep/nvgre.py
@ 2019-01-23  3:21 yaobing
  2019-01-23  5:59 ` Zhu, WenhuiX
  2019-01-25  4:55 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: yaobing @ 2019-01-23  3:21 UTC (permalink / raw)
  To: dts; +Cc: yaobing

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@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-25  4:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-23  3:21 [dts] [PATCH V2] dep/nvgre.py yaobing
2019-01-23  5:59 ` Zhu, WenhuiX
2019-01-25  4:55 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).