repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
kernel - TMPFS - Stabilization pass, fix accounting for rmdir
[dragonfly.git]
/
contrib
/
ipfilter
/
iplang
/
iplang.tst
blob
a0a2ad3315ae1765868d960d54a2513dd2fc2d5e
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; } ;