if received_on_port == EXT_DEVICE and flow_emap.has(internal_flow): | |
return ([...],[ether(h1, saddr=..., daddr=...), ipv4(h2, cksum=...), tcpudp(h3)]) | |
else: | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment