diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-29 11:00:16 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-29 11:01:29 +0100 |
commit | 37a891f7cf0499c958eb6bbff5699455a4ada01a (patch) | |
tree | 19c8d65a2165a45e9521b352f85c452d7b015c6c /docs/services/ipoe-server.rst | |
parent | 3918aefbeeeac4ab9844e3528995ae689a9bd952 (diff) | |
download | vyos-documentation-37a891f7cf0499c958eb6bbff5699455a4ada01a.tar.gz vyos-documentation-37a891f7cf0499c958eb6bbff5699455a4ada01a.zip |
provide common-references file
Spinx references used accross different files should be stored here
as a single source reference. Include this file as needed by:
.. include:: common-references.rst
Diffstat (limited to 'docs/services/ipoe-server.rst')
-rw-r--r-- | docs/services/ipoe-server.rst | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/services/ipoe-server.rst b/docs/services/ipoe-server.rst index 8e3a88eb..a1144301 100644 --- a/docs/services/ipoe-server.rst +++ b/docs/services/ipoe-server.rst @@ -4,9 +4,9 @@ IPoE server VyOS utilizes `accel-ppp`_ to provide IPoE server functionality. It can be used with local authentication (mac-address) or a connected RADIUS server. -.. note:: **Please be aware, due to an upstream bug, config changes/commits +.. note:: Please be aware, due to an upstream bug, config changes/commits will restart the ppp daemon and will reset existing IPoE sessions, - in order to become effective.** + in order to become effective. Configuration ^^^^^^^^^^^^^ @@ -123,7 +123,4 @@ The rate-limit is set in kbit/sec. -------+------------+-------------------+-------------+-----+--------+------------+--------+----------+------------------ ipoe0 | eth2 | 08:00:27:2f:d8:06 | 192.168.0.2 | | | 500/500 | active | 00:00:05 | dccc870fd31349fb - - - -.. _`accel-ppp`: https://accel-ppp.org/ +.. include:: ../common-references.rst |