]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ipfilter/iplang/iplang.tst
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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; } ;