diff options
author | Vladislav Grishenko <themiron@mail.ru> | 2020-04-30 06:33:41 +0500 |
---|---|---|
committer | Vladislav Grishenko <themiron@mail.ru> | 2020-04-30 06:33:41 +0500 |
commit | 90778881d9aba076344412b7769e103f36541273 (patch) | |
tree | 5c594c52665dc338c73eb8d9543de7cfc3b0e97d /accel-pppd/accel-ppp.conf | |
parent | e5c2be0ad9d725beaa2f34d1d3ffb66b4abafeac (diff) | |
download | accel-ppp-90778881d9aba076344412b7769e103f36541273.tar.gz accel-ppp-90778881d9aba076344412b7769e103f36541273.zip |
ipoe: dhcp: add rebind-time support
Diffstat (limited to 'accel-pppd/accel-ppp.conf')
-rw-r--r-- | accel-pppd/accel-ppp.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index 290a19c8..7302a342 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -143,7 +143,8 @@ verbose=1 username=ifname #password=username lease-time=600 -renew-time=300 +#renew-time=300 +#rebind-time=525 max-lease-time=3600 #unit-cache=1000 #l4-redirect-table=4 @@ -166,6 +167,8 @@ start=dhcpv4 #attr-dhcp-router-ip=DHCP-Router-IP-Address #attr-dhcp-mask=DHCP-Mask #attr-dhcp-lease-time=DHCP-Lease-Time +#attr-dhcp-renew-time=DHCP-Renewal-Time +#attr-dhcp-rebind-time=DHCP-Rebinding-Time #attr-dhcp-opt82=DHCP-Option82 #attr-dhcp-opt82-remote-id=DHCP-Agent-Remote-Id #attr-dhcp-opt82-circuit-id=DHCP-Agent-Circuit-Id |