diff options
Diffstat (limited to 'doc/configuration')
-rw-r--r-- | doc/configuration/cli.rst | 2 | ||||
-rw-r--r-- | doc/configuration/ipoe.rst | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/configuration/cli.rst b/doc/configuration/cli.rst index 9c37d08..020a635 100644 --- a/doc/configuration/cli.rst +++ b/doc/configuration/cli.rst @@ -65,3 +65,5 @@ Configuration overview of the command line interface. * ``netns`` - network namespace name * ``vrf`` - Virtual Routing and Forwarding * ``ipoe-type`` - IPoE session type (UP/DHCP) + * ``inbound-if`` - Session inbound interface + * ``service-name`` - PPPoE service name 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. |