diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
commit | 9d5abbddbf03791c777fed86500976ea3dd19245 (patch) | |
tree | f412dafc7d29429919e8770cdefeb37441fc1299 /sbin/setkey | |
parent | 3724136741436462897ae060c5547c43f8953e54 (diff) | |
download | src-test-9d5abbddbf03791c777fed86500976ea3dd19245.tar.gz src-test-9d5abbddbf03791c777fed86500976ea3dd19245.zip |
Notes
Diffstat (limited to 'sbin/setkey')
-rw-r--r-- | sbin/setkey/sample.cf | 4 | ||||
-rw-r--r-- | sbin/setkey/setkey.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/setkey/sample.cf b/sbin/setkey/sample.cf index 978289d34a139..3318f9b3346ed 100644 --- a/sbin/setkey/sample.cf +++ b/sbin/setkey/sample.cf @@ -166,10 +166,10 @@ add fec0:0:0:2::1 fec0:0:0:1::1 esp 0x10004 -E rc5-cbc "kamekame" -A hmac-md5 "this is the test" ; -# By "get" command, you can get a entry of either SP or SA. +# By "get" command, you can get an entry of either SP or SA. get fec0:0:0:1::1 fec0:0:0:2::2 ah 0x10004 ; -# Also delete command, you can delete a entry of either SP or SA. +# Also delete command, you can delete an entry of either SP or SA. spddelete fec0:0:0:1::/64 fec0:0:0:2::/64 any -P out; delete fec0:0:0:1::1 fec0:0:0:2::2 ah 0x10004 ; diff --git a/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8 index f25cf34fcf29b..7c8cf38cb3043 100644 --- a/sbin/setkey/setkey.8 +++ b/sbin/setkey/setkey.8 @@ -283,9 +283,9 @@ Specify hard/soft life time duration of the SA. .It Ar algorithm .Bl -tag -width Fl -compact .It Fl E Ar ealgo Ar key -Specify a encryption algorithm. +Specify an encryption algorithm. .It Fl A Ar aalgo Ar key -Specify a authentication algorithm. +Specify an authentication algorithm. If .Fl A is used with |