diff options
author | DmitriyEshenko <DmitriyEshenko@users.noreply.github.com> | 2024-05-31 19:24:37 +0000 |
---|---|---|
committer | DmitriyEshenko <DmitriyEshenko@users.noreply.github.com> | 2024-05-31 19:24:37 +0000 |
commit | 632b351cfd0c9964a38fb0ba8ae651e88d4861dd (patch) | |
tree | fe775174c8f3182aa28f8c760ebdaec41febfc78 /_sources/configuration/ipv6-dhcp.rst.txt | |
download | accel-ppp.github.io-632b351cfd0c9964a38fb0ba8ae651e88d4861dd.tar.gz accel-ppp.github.io-632b351cfd0c9964a38fb0ba8ae651e88d4861dd.zip |
deploy: edadda488d6146b60d2cc42219cf50c25701c797
Diffstat (limited to '_sources/configuration/ipv6-dhcp.rst.txt')
-rw-r--r-- | _sources/configuration/ipv6-dhcp.rst.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/_sources/configuration/ipv6-dhcp.rst.txt b/_sources/configuration/ipv6-dhcp.rst.txt new file mode 100644 index 0000000..1be0f31 --- /dev/null +++ b/_sources/configuration/ipv6-dhcp.rst.txt @@ -0,0 +1,29 @@ +[ipv6-dhcp] +=========== + +Overview ipv6 DHCP section. + +**verbose=0|1** + By default is disabled. + + Specified will ipv6-dhcp module produce verbose logging. + +**pref-lifetime=n** + By default ``pref-lifetime=604800`` + + Specifies preferred liftime in seconds to be sent to DHCPv6 client. + +**valid-lifetime=n** + By default ``valid-liftime=2592000`` + + Specifies valid lifetime in seconds to be sent to DHCPv6 client. + +**route-via-gw=0|1** + By default ``route-via-gw=1`` + + Specifies if delegated prefix routes should use gateway. + +**server-id=a:b:c:d** + By default ``server-id=0:0:0:1`` + + Specifies the DHCPv6 server-id. Each value a, b, c, d is hex value in range 0000 to ffff |