diff options
Diffstat (limited to 'iplang/iplang.tst')
-rw-r--r-- | iplang/iplang.tst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/iplang/iplang.tst b/iplang/iplang.tst new file mode 100644 index 0000000..a0a2ad3 --- /dev/null +++ b/iplang/iplang.tst @@ -0,0 +1,11 @@ +# +interface { ifname le0; mtu 1500; } ; + +ipv4 { + src 1.1.1.1; dst 2.2.2.2; + tcp { + seq 12345; ack 0; sport 9999; dport 23; flags S; + data { value "abcdef"; } ; + } ; +} ; +send { via 10.1.1.1; } ; |