From 7bcf6c7a286b968553e366adadb4703be54615da Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 07:47:52 +0300 Subject: docs: rewrap long prose lines in ipoe-server to fit 80-char limit --- docs/configuration/service/ipoe-server.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'docs') diff --git a/docs/configuration/service/ipoe-server.md b/docs/configuration/service/ipoe-server.md index 6098cd18..aba0cb8e 100644 --- a/docs/configuration/service/ipoe-server.md +++ b/docs/configuration/service/ipoe-server.md @@ -275,15 +275,17 @@ the CLI configuration, refer to the explanation below. ### Allocation clients ip addresses by RADIUS -If the RADIUS server sends the attribute `Framed-IP-Address` then this IP -address will be allocated to the client and the option `default-pool` within the CLI -config is being ignored. +If the RADIUS server sends the attribute `Framed-IP-Address` then this +IP address will be allocated to the client and the option `default-pool` +within the CLI config is being ignored. -If the RADIUS server sends the attribute `Framed-Pool`, IP address will be allocated -from a predefined IP pool whose name equals the attribute value. +If the RADIUS server sends the attribute `Framed-Pool`, IP address will +be allocated from a predefined IP pool whose name equals the attribute +value. -If the RADIUS server sends the attribute `Stateful-IPv6-Address-Pool`, IPv6 address -will be allocated from a predefined IPv6 pool `prefix` whose name equals the attribute value. +If the RADIUS server sends the attribute `Stateful-IPv6-Address-Pool`, +IPv6 address will be allocated from a predefined IPv6 pool `prefix` +whose name equals the attribute value. If the RADIUS server sends the attribute `Delegated-IPv6-Prefix-Pool`, IPv6 delegation pefix will be allocated from a predefined IPv6 pool `delegate` @@ -294,8 +296,9 @@ whose name equals the attribute value. RFC6911. If they are not defined in your RADIUS server, add new [dictionary]. ::: -User interface can be put to VRF context via RADIUS Access-Accept packet, or change -it via RADIUS CoA. `Accel-VRF-Name` is used from these purposes. It is custom [ACCEL-PPP attribute]. +User interface can be put to VRF context via RADIUS Access-Accept +packet, or change it via RADIUS CoA. `Accel-VRF-Name` is used from +these purposes. It is custom [ACCEL-PPP attribute]. Define it in your RADIUS server. ## IPv6 @@ -525,5 +528,7 @@ Feb 27 14:29:27 vyos accel-ipoe[2262]: eth1.100:eth1.100: send [DHCPv4 Ack xid=5 ``` +% stop_vyoslinter [accel-ppp attribute]: https://github.com/accel-ppp/accel-ppp/blob/master/accel-pppd/radius/dict/dictionary.accel [dictionary]: https://github.com/accel-ppp/accel-ppp/blob/master/accel-pppd/radius/dict/dictionary.rfc6911 +% start_vyoslinter -- cgit v1.2.3