mirror of https://github.com/openwrt/luci.git
luci-proto-wireguard: Add the option for setting ip6prefix.
Signed-off-by: Jan Pazdziora <jan.pazdziora@code.adelton.com>pull/7820/head
parent
750aa9e25b
commit
2604b5532f
|
@ -193,6 +193,8 @@ return network.registerProtocol('wireguard', {
|
|||
return true;
|
||||
};
|
||||
|
||||
o = s.taboption('advanced', form.DynamicList, 'ip6prefix', _('IPv6 routed prefix'), _('This is the prefix routed to you by your provider for use by clients'));
|
||||
o.datatype = 'cidr6';
|
||||
|
||||
// -- peers -----------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue