1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
Christian Giese 765e7976cd fix #140 DHCPv6 IA_NA/IA_PD reject handling
+ ensure that requested IA is included in response
+ correct handling and logging of IA status codes
+ add new config option to disable IA_NA
+ add new config option to disable IA_PD
2023-01-19 13:54:23 +00:00

33 lines
687 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
* - `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