You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you IPPrint the packets and show a minimal example? I guess this configuration is supposed to see flows from the very first packet, an established connection you see in the middle would cause this kind of messages.
This is what the output prints:
p: 1597660160.064471523: 10.10.1.1.55688 > 10.10.1.2.12345: S 2902781271:2902781272(1,60,60) win 64240
reject packet from unknown flow
p: 1597660161.093683038: 10.10.1.1.55688 > 10.10.1.2.12345: S 2902781271:2902781272(1,60,60) win 64240
reject packet from unknown flow
I am just doing telnet from the machine 10.10.1.1 to machine 10.10.1.2 on port 12345. I am using the same code given in test-tcp.click.
I think that config/elements are really "toys" elements. What are you trying to accomplish? For a full TCP stack you may look at ClickNF, for an in-the-middle Stack, MiddleClick.
I was running test-tcp.click with DPDK and I got this error. Please let me know what might be the reason
The text was updated successfully, but these errors were encountered: