diff options
author | Ricardo Figueiredo <48524532+RFigas@users.noreply.github.com> | 2023-07-31 15:50:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 15:50:54 +0100 |
commit | 75634be59b924ebad0abc139688bf910d9165b12 (patch) | |
tree | b5f1443b3794b4190ac6975d93fcb327f24e8868 /docs/configuration/service | |
parent | 3458f7de3e5e25ac9411759aeaab108000fe6915 (diff) | |
download | vyos-documentation-75634be59b924ebad0abc139688bf910d9165b12.tar.gz vyos-documentation-75634be59b924ebad0abc139688bf910d9165b12.zip |
pppoe-server: T5418: remove nonexistent restriction (#1052)
Diffstat (limited to 'docs/configuration/service')
-rw-r--r-- | docs/configuration/service/pppoe-server.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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)** |