diff options
author | Nicolas Vollmar <nvollmar@gmail.com> | 2024-05-05 21:40:30 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-05-06 07:32:59 +0200 |
commit | 2ceaae52ec946bddfc36fe43d3d94f12a4304f0f (patch) | |
tree | 2544067b1fe7d39145ebdfa96110e61af3235643 /docs/configuration/service/pppoe-server.rst | |
parent | aecbdb7bb37e3682d68c7f5f5f5f00206aa5ce81 (diff) | |
download | vyos-documentation-2ceaae52ec946bddfc36fe43d3d94f12a4304f0f.tar.gz vyos-documentation-2ceaae52ec946bddfc36fe43d3d94f12a4304f0f.zip |
Remove inexisting config option from example
(cherry picked from commit e29a23c2cae671c1097429774d918ead1faeb889)
Diffstat (limited to 'docs/configuration/service/pppoe-server.rst')
-rw-r--r-- | docs/configuration/service/pppoe-server.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/configuration/service/pppoe-server.rst b/docs/configuration/service/pppoe-server.rst index b00d941f..d9a16036 100644 --- a/docs/configuration/service/pppoe-server.rst +++ b/docs/configuration/service/pppoe-server.rst @@ -24,7 +24,6 @@ Configuring PPPoE Server set service pppoe-server authentication local-users username test password 'test' set service pppoe-server client-ip-pool PPPOE-POOL range 192.168.255.2-192.168.255.254 set service pppoe-server default-pool 'PPPOE-POOL' - set service pppoe-server outside-address 192.0.2.2 set service pppoe-server gateway-address 192.168.255.1 set service pppoe-server interface eth0 |