diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2015-07-02 15:01:37 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2015-07-02 15:01:37 +0300 |
commit | 2883c323268800fc09fe1535d12528c8f054904d (patch) | |
tree | e2e7e8ebea9f2aea043529976ce10cee8fa0cf98 /accel-pppd/accel-ppp.conf | |
parent | b8b91d8b087312c91a9941dacd11a98692679ec8 (diff) | |
download | accel-ppp-2883c323268800fc09fe1535d12528c8f054904d.tar.gz accel-ppp-2883c323268800fc09fe1535d12528c8f054904d.zip |
ipoe: introduced option "check-mac-change"
Default behaviour of accel-ppp when it receives DHCP request with same Option 82 but different MAC address
is termination of old session (with previous MAC address).
This option can turn off such behaviour, so multiple sessions with same Option 82 but different MAC may coesist.
Diffstat (limited to 'accel-pppd/accel-ppp.conf')
-rw-r--r-- | accel-pppd/accel-ppp.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index 35688722..3102e20f 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -137,6 +137,7 @@ start=dhcpv4 #idle-timeout=0 #session-timeout=0 #soft-terminate=0 +#check-mac-change=1 interface=eth0 |