diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2017-05-08 23:37:12 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2017-05-08 23:37:12 +0300 |
commit | 928aefd7779593961beca41376dd829c26d58de5 (patch) | |
tree | 53ac9725b56d93bdda289b275adcca7094181300 /accel-pppd/accel-ppp.conf | |
parent | a596ef53a689f0ecbf24d0043a4ad571cc8a4bf3 (diff) | |
download | accel-ppp-928aefd7779593961beca41376dd829c26d58de5.tar.gz accel-ppp-928aefd7779593961beca41376dd829c26d58de5.zip |
ipoe: implemented support for vendor specific attrbiutes
introduced new config option:
[ipoe]
vendor=Name
this affects to all attributes specified in attr-xxx options
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 49466b1c..474d1134 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -126,6 +126,7 @@ start=dhcpv4 #nat=0 #proto=100 #relay=10.10.10.10 +#vendor=Custom #attr-dhcp-client-ip=DHCP-Client-IP-Address #attr-dhcp-router-ip=DHCP-Router-IP-Address #attr-dhcp-mask=DHCP-Mask |