summaryrefslogtreecommitdiff
path: root/docs/configuration/service/ipoe-server.rst
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-01-23 06:11:19 +0100
committerChristian Breunig <christian@breunig.cc>2023-01-23 06:11:19 +0100
commita16ce50b459d26f25f2a57e2d86dd21439fccbf4 (patch)
tree26c1afe1a97966f08d56295bf7bb56500b4eaf2e /docs/configuration/service/ipoe-server.rst
parentc090fa22b92053e98eb453abda853698217b871b (diff)
downloadvyos-documentation-a16ce50b459d26f25f2a57e2d86dd21439fccbf4.tar.gz
vyos-documentation-a16ce50b459d26f25f2a57e2d86dd21439fccbf4.zip
ipoe: adjust to CLI changes
Diffstat (limited to 'docs/configuration/service/ipoe-server.rst')
-rw-r--r--docs/configuration/service/ipoe-server.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/service/ipoe-server.rst b/docs/configuration/service/ipoe-server.rst
index d8b9e6b7..e42ab42e 100644
--- a/docs/configuration/service/ipoe-server.rst
+++ b/docs/configuration/service/ipoe-server.rst
@@ -39,7 +39,7 @@ the configuration.
.. code-block:: none
- set service ipoe-server authentication interface eth2 mac-address 08:00:27:2f:d8:06
+ set service ipoe-server authentication interface eth2 mac 08:00:27:2f:d8:06
set service ipoe-server authentication mode 'local'
set service ipoe-server name-server '10.10.1.1'
set service ipoe-server name-server '10.10.1.2'
@@ -70,7 +70,7 @@ IPv6 DNS addresses are optional.
.. code-block:: none
- set service ipoe-server authentication interface eth3 mac-address 08:00:27:2F:D8:06
+ set service ipoe-server authentication interface eth3 mac 08:00:27:2F:D8:06
set service ipoe-server authentication mode 'local'
set service ipoe-server client-ipv6-pool delegate '2001:db8:1::/48' delegation-prefix '56'
set service ipoe-server client-ipv6-pool prefix '2001:db8::/48' mask '64'
@@ -131,8 +131,8 @@ The rate-limit is set in kbit/sec.
.. code-block:: none
- set service ipoe-server authentication interface eth2 mac-address 08:00:27:2f:d8:06 rate-limit download '500'
- set service ipoe-server authentication interface eth2 mac-address 08:00:27:2f:d8:06 rate-limit upload '500'
+ set service ipoe-server authentication interface eth2 mac 08:00:27:2f:d8:06 rate-limit download '500'
+ set service ipoe-server authentication interface eth2 mac 08:00:27:2f:d8:06 rate-limit upload '500'
set service ipoe-server authentication mode 'local'
set service ipoe-server name-server '10.10.1.1'
set service ipoe-server name-server '10.10.1.2'