diff options
author | Kozlov Dmitry <dima@server> | 2010-12-28 15:13:22 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-12-29 13:04:55 +0300 |
commit | 9048cd1f660eeaa3e620490ec6acb2bbbfa7bc28 (patch) | |
tree | 37c2e4a4a6e3b195590f1f53992e03b38854c2c4 /accel-pptpd/accel-pptp.conf.5 | |
parent | 13db830a1d802bec8c240abae6e1c431ac4299b5 (diff) | |
download | accel-ppp-9048cd1f660eeaa3e620490ec6acb2bbbfa7bc28.tar.gz accel-ppp-9048cd1f660eeaa3e620490ec6acb2bbbfa7bc28.zip |
ppp: check if requested IP is already assigned if check-ip option is specified
Diffstat (limited to 'accel-pptpd/accel-pptp.conf.5')
-rw-r--r-- | accel-pptpd/accel-pptp.conf.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/accel-pptpd/accel-pptp.conf.5 b/accel-pptpd/accel-pptp.conf.5 index f7d190a0..b786bef2 100644 --- a/accel-pptpd/accel-pptp.conf.5 +++ b/accel-pptpd/accel-pptp.conf.5 @@ -98,9 +98,12 @@ Prefered MRU. Disable CCP negotiation if this parameter is zero. .TP .TP -.BI "sid-case=" [upper|lower] +.BI "sid-case=" upper|lower Specifies in which case generate session identifier (default lower). .TP +.BI "check-ip=" 0|1 +Specifies whether accel-pptp should check if IP already assigned to other ppp interface (default 0). +.TP .SH [lcp] .br PPP LCP module configuration |