This limits dnsmasq to listen on specific IPs, when an interface might have
multiple IPs.
Closes #6959
Signed-off-by: Paul Donald <[email protected]>
o.multiple = true;
o.nocreate = true;
+ o = s.taboption('devices', widgets.IPSelect, 'listen_address',
+ _('Listen addresses'),
+ _('Listen only on the specified addresses.'));
+ o.multiple = true;
+
o = s.taboption('devices', widgets.NetworkSelect, 'notinterface',
_('Exclude interfaces'),
_('Do not listen on the specified interfaces.'));
o.multiple = true;
o.nocreate = true;
+ o = s.taboption('devices', widgets.IPSelect, 'listen_address',
+ _('Listen addresses'),
+ _('Listen only on the specified addresses.'));
+ o.multiple = true;
+
o = s.taboption('devices', widgets.NetworkSelect, 'notinterface',
_('Exclude interfaces'),
_('Do not listen on the specified interfaces.'));