diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2017-12-25 17:55:52 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2017-12-25 17:55:52 +0300 |
commit | cd9bb5cfe3afec23ef62f2aa2ed82e6dd04a32f9 (patch) | |
tree | 2750ae03b9db866569571aa353fc4a699c64ed28 /accel-pppd/accel-ppp.conf.5 | |
parent | 2369a4f0049e91dc62914693bea104b3fc54f557 (diff) | |
download | accel-ppp-cd9bb5cfe3afec23ef62f2aa2ed82e6dd04a32f9.tar.gz accel-ppp-cd9bb5cfe3afec23ef62f2aa2ed82e6dd04a32f9.zip |
ipv6pool: added gw-ip6-address option and special handling for /128 prefixes
If pool specified with /128 prefix length, then initialize intf_id by gw_ip6_address and peer_intf_id by generated pool address.
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index c69c5ed0..ce4550d1 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -873,6 +873,8 @@ fc00:0:1:ffff::/64 .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. +.BI "gw-ip6-address=" ipv6address +Specifies gateway address (used only for /128 prefixes) .SH [connlimit] .br This module limits connection rate from single source. |