xref: /netbsd-src/crypto/dist/ipsec-tools/src/setkey/setkey.conf (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1# This is a sample setkey.conf
2
3# First of all flush the SPD database
4spdflush;
5
6# Add some SPD rules
7# Very likely you'll want to replace these rules with your own ones
8spdadd 127.0.0.0/8 127.0.0.0/8 any -P out none;
9spdadd 127.0.0.0/8 127.0.0.0/8 any -P in none;
10