mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
luci-proto-wireguard: Add the option for setting ip6prefix.
Signed-off-by: Jan Pazdziora <jan.pazdziora@code.adelton.com>
This commit is contained in:
committed by
Paul Donald
parent
750aa9e25b
commit
2604b5532f
@@ -193,6 +193,8 @@ return network.registerProtocol('wireguard', {
|
|||||||
return true;
|
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 -----------------------------------------------------------------------
|
// -- peers -----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user