Skip to content

Commit 8ae0008

Browse files
adeltonsystemcrash
authored andcommitted
luci-base: expose static IPv6 configuration even if IPv6-PD is enabled.
Signed-off-by: Jan Pazdziora <jan.pazdziora@code.adelton.com>
1 parent 31fec23 commit 8ae0008

File tree

1 file changed

+0
-3
lines changed
  • modules/luci-base/htdocs/luci-static/resources/protocol

1 file changed

+0
-3
lines changed

modules/luci-base/htdocs/luci-static/resources/protocol/static.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,11 @@ return network.registerProtocol('static', {
184184
o = s.taboption('general', form.DynamicList, 'ip6addr', _('IPv6 address'));
185185
o.datatype = 'ip6addr';
186186
o.placeholder = _('Add IPv6 address…');
187-
o.depends('ip6assign', '');
188187

189188
o = s.taboption('general', form.Value, 'ip6gw', _('IPv6 gateway'));
190189
o.datatype = 'ip6addr("nomask")';
191-
o.depends('ip6assign', '');
192190

193191
o = s.taboption('general', form.Value, 'ip6prefix', _('IPv6 routed prefix'), _('Public prefix routed to this device for distribution to clients.'));
194192
o.datatype = 'ip6addr';
195-
o.depends('ip6assign', '');
196193
}
197194
});

0 commit comments

Comments
 (0)