From 75634be59b924ebad0abc139688bf910d9165b12 Mon Sep 17 00:00:00 2001 From: Ricardo Figueiredo <48524532+RFigas@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:50:54 +0100 Subject: pppoe-server: T5418: remove nonexistent restriction (#1052) --- docs/configuration/service/pppoe-server.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/configuration') diff --git a/docs/configuration/service/pppoe-server.rst b/docs/configuration/service/pppoe-server.rst index 69e357f3..3a0adee7 100644 --- a/docs/configuration/service/pppoe-server.rst +++ b/docs/configuration/service/pppoe-server.rst @@ -92,13 +92,13 @@ used, multiple subnets can be setup which are used sequentially. Use this command for every pool of client IP addresses you want to define. The addresses of this pool will be given to PPPoE clients. - You must use CIDR notation and it must be within a /24 subnet. + You must use CIDR notation. .. code-block:: none set service pppoe-server client-ip-pool subnet '10.1.1.0/24' - set service pppoe-server client-ip-pool subnet '10.1.2.0/24' - set service pppoe-server client-ip-pool subnet '10.1.3.0/24' + set service pppoe-server client-ip-pool subnet '10.1.2.0/23' + set service pppoe-server client-ip-pool subnet '10.1.4.0/22' **RADIUS based IP pools (Framed-IP-Address)** -- cgit v1.2.3