Skip to content
Commit 5ca38646 authored by Hannu Nyman's avatar Hannu Nyman
Browse files

luci-base: support ip6ifaceid option for proto_static



Add support for 'ip6ifaceid' option for proto_static in LuCI.

Information about the option:
 The option is optional and defaults to '::1'.
 Allowed values: 'eui64', 'random', fixed value like '::1' or '::1:2'

 When IPv6 prefix (like 'a:b:c:d::') is received from a delegating
 server, the ip6ifaceid suffix (like '::1') is used to form
 the IPv6 address ('a:b:c:d::1') for the interface.

Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
parent 7deb3abb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment