mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
This commit adds support for DHCPv6 on A10NSP interfaces (#87). It also adds general support for DHCPv6 LDRA (#96 and #157).
42 lines
993 B
ReStructuredText
42 lines
993 B
ReStructuredText
.. code-block:: json
|
|
|
|
{ "dhcpv6": {} }
|
|
|
|
|
|
.. list-table::
|
|
:widths: 25 50 25
|
|
:header-rows: 1
|
|
|
|
* - Attribute
|
|
- Description
|
|
- Default
|
|
* - `enable`
|
|
- This option allows to enable or disable DHCPv6
|
|
- true
|
|
* - `ldra`
|
|
- This option allows to enable or disable LDRA
|
|
- false
|
|
* - `ia-na`
|
|
- This option allows to enable or disable DHCPv6 IA_NA
|
|
- true
|
|
* - `ia-pd`
|
|
- This option allows to enable or disable DHCPv6 IA_PD
|
|
- true
|
|
* - `rapid-commit`
|
|
- DHCPv6 rapid commit (2-way handshake)
|
|
- true
|
|
* - `timeout`
|
|
- DHCPv6 timeout in seconds
|
|
- 5
|
|
* - `retry`
|
|
- DHCPv6 retry
|
|
- 10
|
|
* - `access-line`
|
|
- Add access-line attributes like Agent-Remote/Circuit-Id
|
|
- true
|
|
|
|
DHCPv6 LDRA (Lightweight DHCPv6 Relay Agent) is defined in
|
|
[RFC6221](https://datatracker.ietf.org/doc/html/rfc6221). Adding
|
|
access-line information like Agent-Remote-Id or Agent-Circuit-Id
|
|
is allowed with LDRA enabled only.
|