repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
crypto
/
dist
/
ipsec-tools
/
src
/
setkey
/
setkey.conf
blob
c90e1f117ae11dfacac7902852e106fb0e5aa8da
1
# This is a sample setkey.conf
2
3
# First of all flush the SPD database
4
spdflush;
5
6
# Add some SPD rules
7
# Very likely you'll want to replace these rules with your own ones
8
spdadd 127.0.0.0/8 127.0.0.0/8 any -P out none;
9
spdadd 127.0.0.0/8 127.0.0.0/8 any -P in none;