Create answer

This commit is contained in:
Nico Schottelius 2019-03-05 22:06:17 +01:00
parent 6123dbfe86
commit 7e2262cab5
1 changed files with 2 additions and 0 deletions

View File

@ -251,6 +251,8 @@ class L2Controller(object):
seq=pkg[ICMPv6EchoRequest].seq,
data=pkg[ICMPv6EchoRequest].data)
i2.cksum = None
answer = e / i / i2
self.send_pkg(answer)