};
o.modalonly = false;
+ o = s.option(form.DummyValue, 'redirect', _('Redirect'));
+ o.modalonly = false;
+
o = s.option(form.DummyValue, 'disable', _('Enabled'));
o.cfgvalue = function(section) {
return (uci.get('xinetd', section, 'disable') == "no") ? _("yes") : _("no");
o.rmempty = false;
o.modalonly = true;
+ o = s.taboption('basic', form.Value, 'redirect', _('Redirect'), _('Redirect incoming requests to this IP address:port.'));
+ o.datatype = 'ipaddrport(1)';
+ o.modalonly = true;
+
o = s.taboption('basic', form.Value, 'server', _('Server'), _('Complete path to the executable server file'));
o.datatype = 'string';
o.rmempty = false;