diff options
author | rebortg <github@ghlr.de> | 2023-01-30 15:46:33 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-01-30 15:46:33 +0100 |
commit | a6727d7244ed1fcaab885737d5cb42a5a991113a (patch) | |
tree | a178998e1c0321d4519c452a9257dd6a7bcc7725 | |
parent | c29ffc9b2aa39618a4bdf71ed94a04ae3fc0d58a (diff) | |
download | vyos-documentation-a6727d7244ed1fcaab885737d5cb42a5a991113a.tar.gz vyos-documentation-a6727d7244ed1fcaab885737d5cb42a5a991113a.zip |
pppoe-server: sync branches
-rw-r--r-- | docs/configuration/service/pppoe-server.rst | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/configuration/service/pppoe-server.rst b/docs/configuration/service/pppoe-server.rst index ad99cec0..066ecc73 100644 --- a/docs/configuration/service/pppoe-server.rst +++ b/docs/configuration/service/pppoe-server.rst @@ -172,14 +172,15 @@ Automatic VLAN Creation .. cfgcmd:: set service pppoe-server interface <interface> <vlan-id | vlan range> <text> - VLAN's can be created by accel-ppp on the fly via the use of a Kernel - module named `vlan_mon`, which is monitoring incoming vlans and - creates the necessary VLAN if required and allowed. VyOS supports the - use of either VLAN ID's or entire ranges, both values can be defined - at the same time for an interface. When configured, the PPPoE will - create the necessary VLANs when required. Once the user session has - been cancelled and the VLAN is not needed anymore, VyOS will remove - it again. + VLAN's can be created by Accel-ppp on the fly via the use of a Kernel module + named `vlan_mon`, which is monitoring incoming vlans and creates the + necessary VLAN if required and allowed. VyOS supports the use of either + VLAN ID's or entire ranges, both values can be defined at the same time for + an interface. + + When configured, PPPoE will create the necessary VLANs when required. Once + the user session has been cancelled and the VLAN is not needed anymore, VyOS + will remove it again. .. code-block:: none |