diff options
Diffstat (limited to 'accel-pppd')
-rw-r--r-- | accel-pppd/accel-ppp.conf | 3 | ||||
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index d7e4814d..574ef795 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -16,6 +16,7 @@ sigchld pppd_compat #shaper_tbf #chap-secrets +#net-snmp #ipv6_nd #ipv6_dhcp @@ -65,6 +66,7 @@ verbose=1 #rtimeout=5 #retransmit=5 #host-name=accel-ppp +#dir300_quirk=0 verbose=1 [dns] @@ -106,6 +108,7 @@ gw-ip-address=192.168.0.1 [ipv6-pool] fc00:0:1::/48,64 +delegate=fc00:1::/36,48 [log] log-file=/var/log/accel-ppp/accel-ppp.log diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index dbfaa8bd..85648a44 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -484,7 +484,7 @@ Configuration of ipv6pool module. .br Format of each row is .br -.B ipv6prefix/maks,prefix_len +.B ipv6prefix/mask,prefix_len for example: .br .B fc00:0:1::/48,64 @@ -496,3 +496,7 @@ fc00:0:1:1::/64 .br ... fc00:0:1:ffff::/64 +.TP +.BI "delegate=" ipv6prefix/mask,prefix_len +Specifies range of prefixes to delegate to clients through DHCPv6 prefix delegation (rfc3633). +Format is same as described above. |