41edb306f0
Through fixes and improvements our ipfilter sources have diverged enough to warrant move from contrib into sbin/ipf. Now that I'm planning on implementing MSS clamping as in iptables it makes more sense to move ipfilter to sbin. This is the second of three commits of the ipfilter move. Suggested by glebius on two occaions. Suggested by and discussed with: glebius Reviewed by: glebius, kp (for #network) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D33510
12 lines
196 B
Scilab
12 lines
196 B
Scilab
#
|
|
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; } ;
|