Adds the 'bridge_isolate' option to wireless interfaces.
Signed-off-by: Jan Froch <jan@froch.eu>
o.depends('mode', 'ap');
o.depends('mode', 'ap-wds');
+ o = ss.taboption('advanced', form.Flag, 'bridge_isolate', _('Isolate Bridge Port'), _('Prevents communication only with targets on isolated bridge ports (while allowing it with targets on non-isolated ones). This also prevents client-to-client communication on the same interface when the WiFi device is in AP mode.'));
+
o = ss.taboption('advanced', form.Value, 'ifname', _('Interface name'), _('Override default interface name'));
o.optional = true;
o.datatype = 'netdevname';