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