diff options
author | Dmitriy Eshenko <dmitriy.eshenko@accel-ppp.org> | 2024-05-31 22:24:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 22:24:13 +0300 |
commit | edadda488d6146b60d2cc42219cf50c25701c797 (patch) | |
tree | 9568d92f6464ee2cf7a786177ef10d9caa5e7e1a /doc/configuration | |
parent | b1ee02ef5376ae8eeb2a02c1a2b951170ffbac45 (diff) | |
download | accel-ppp.github.io-edadda488d6146b60d2cc42219cf50c25701c797.tar.gz accel-ppp.github.io-edadda488d6146b60d2cc42219cf50c25701c797.zip |
Add check-ip to ipoe
Diffstat (limited to 'doc/configuration')
-rw-r--r-- | doc/configuration/ipoe.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/configuration/ipoe.rst b/doc/configuration/ipoe.rst index e73589d..f016c17 100644 --- a/doc/configuration/ipoe.rst +++ b/doc/configuration/ipoe.rst @@ -426,3 +426,8 @@ The ``username=ifname|lua:function_name`` allow set custom LUA function to form ``ipv6=0|1`` will activate support ipv6 on interface. If not defined, inherit global params. ``weight=n`` is load balancing mechanism based on weight. ``weight=0`` has special meaning as backup (fail-over) interface, f.e. it terminates session on any received weight. + +**check-ip=0|1** + By default is: ``check-ip=0`` + + Specifies whether accel-ppp should check if IP already assigned to other ppp or ipoe interface. |