empty the ID field (unset from IPv6) in simulation

This commit is contained in:
Nico Schottelius 2019-08-04 16:22:50 +02:00
commit b01ff2006b
2 changed files with 2 additions and 1 deletions

View file

@ -134,7 +134,7 @@ def test_nat64():
pkg6 = e6 / i6 / u6 / p6
e4 = e6
i4 = IP(dst = "10.0.0.42", src = "10.0.0.66")
i4 = IP(dst = "10.0.0.42", src = "10.0.0.66", id=0)
u4 = u6
p4 = p6
pkg4 = e4 / i4 / u4 / p4