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 | |
| 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')
| -rw-r--r-- | accel-pptpd/accel-pptp.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/accel-pptp.conf b/accel-pptpd/accel-pptp.conf index 2ec31e7e..0050ceab 100644 --- a/accel-pptpd/accel-pptp.conf +++ b/accel-pptpd/accel-pptp.conf @@ -28,6 +28,7 @@ mtu=1400 mru=1400 #ccp=0 #sid-case=upper +#check-ip=0 [lcp] echo-interval=30 |
