diff options
author | Kozlov Dmitry <dima@server> | 2010-12-07 16:24:47 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-12-07 16:24:47 +0300 |
commit | 30924d602d0ec52afaaff4e29ff385e2a8c7be93 (patch) | |
tree | cefb9488d7da91f8dd31471516a4a49ca041e2f4 /accel-pptpd/accel-pptp.conf.5 | |
parent | b88670c92455455e747ca683dd9ab6e7fd5d26f4 (diff) | |
download | accel-ppp-30924d602d0ec52afaaff4e29ff385e2a8c7be93.tar.gz accel-ppp-30924d602d0ec52afaaff4e29ff385e2a8c7be93.zip |
ppp: implemented sid-case option to specify in which case generate session identifier
Diffstat (limited to 'accel-pptpd/accel-pptp.conf.5')
-rw-r--r-- | accel-pptpd/accel-pptp.conf.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accel-pptpd/accel-pptp.conf.5 b/accel-pptpd/accel-pptp.conf.5 index 22b67123..f7d190a0 100644 --- a/accel-pptpd/accel-pptp.conf.5 +++ b/accel-pptpd/accel-pptp.conf.5 @@ -97,6 +97,10 @@ Prefered MRU. .BI "ccp=" n Disable CCP negotiation if this parameter is zero. .TP +.TP +.BI "sid-case=" [upper|lower] +Specifies in which case generate session identifier (default lower). +.TP .SH [lcp] .br PPP LCP module configuration |