Initial import from FreeBSD RELENG_4:
[games.git] / contrib / ipfilter / iplang / iplang.tst
1 #
2 interface { ifname le0; mtu 1500; } ;
3
4 ipv4 {
5         src 1.1.1.1; dst 2.2.2.2;
6         tcp {
7                 seq 12345; ack 0; sport 9999; dport 23; flags S; 
8                 data { value "abcdef"; } ;
9         } ;
10 } ;
11 send { via 10.1.1.1; } ;