diff options
author | Martin Willi <martin@revosec.ch> | 2013-02-06 15:42:14 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2013-02-06 15:42:14 +0100 |
commit | 88f4cd398825aa5c95e0d4ef839f0699f4901175 (patch) | |
tree | a6198389b6ae85409410d058f06e1b30b7a48b08 | |
parent | 7fbe516f881fa9b1ddcb16d935f3be21c5f925dc (diff) | |
download | strongswan-88f4cd398825aa5c95e0d4ef839f0699f4901175.tar.bz2 strongswan-88f4cd398825aa5c95e0d4ef839f0699f4901175.tar.xz |
Add ikedscp documentation to ipsec.conf.5
-rw-r--r-- | man/ipsec.conf.5.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/ipsec.conf.5.in b/man/ipsec.conf.5.in index 2766cc4ed..c623186d9 100644 --- a/man/ipsec.conf.5.in +++ b/man/ipsec.conf.5.in @@ -452,6 +452,11 @@ suites, the strict flag exclamation mark) can be used, e.g: .BR aes256-sha512-modp4096! .TP +.BR ikedscp " = " 000000 " | <DSCP field>" +Differentiated Services Field Codepoint to set on outgoing IKE packets sent +from this connection. The value is a six digit binary encoded string defining +the Codepoint to set, as defined in RFC 2474. +.TP .BR ikelifetime " = " 3h " | <time>" how long the keying channel of a connection (ISAKMP or IKE SA) should last before being renegotiated. Also see EXPIRY/REKEY below. |