summaryrefslogtreecommitdiffstats
path: root/usr.sbin/keyadmin/keys
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/keyadmin/keys')
-rw-r--r--usr.sbin/keyadmin/keys18
1 files changed, 0 insertions, 18 deletions
diff --git a/usr.sbin/keyadmin/keys b/usr.sbin/keyadmin/keys
deleted file mode 100644
index b1657bf..0000000
--- a/usr.sbin/keyadmin/keys
+++ /dev/null
@@ -1,18 +0,0 @@
-# This is an example key file.
-
-# The format of entries in this file is as follows:
-# <type> <spi> <src> <dst> <transform> <key> [iv]
-#
-# where:
-#
-# <type> is currently one of { ah | esp }
-# <spi> is a decimal number
-# <src> is an IP address for the source this association applies to
-# <dst> is an IP address for the destination this assoc. applies to
-# <transform> is currently one of { md5 } for ah, { des-cbc } for esp
-# <key> is a hexadecimal key value (key length is derived from hex len)
-# [iv] is a hexadecimal initial value (length is derived from hex len)
-# [this field is required for des-cbc, ignored for others]
-
-ah 1142 ::0 ::0 md5 0123456789abcdef0123456789abcdef
-esp 1984 ::0 ::0 des-cbc 0123456789abcdef 11223344
OpenPOWER on IntegriCloud