You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
o.description=_('Specifies the wired ports to attach to this bridge. In order to attach wireless networks, choose the associated interface as network in the wireless settings.')
1006
+
o.description=dev?.getType()=='bridge' ? _('Specifies the wired ports to attach to this bridge. In order to attach wireless networks, choose the associated interface as network in the wireless settings.'):
1007
+
_('Specifies the devices to attach to this VRF. In order to attach wireless networks, choose the associated interface as network in the wireless settings.');
o=this.replaceOption(s,'devgeneral',form.Flag,'bridge_empty',_('Bring up empty bridge'),_('Bring up the bridge interface even if no ports are attached'));
_('This prefix is randomly generated at first install.'));
1570
1576
o.datatype='cidr6';
1571
1577
1578
+
constl3mdevhelp1=_('%s services running on this device in the default VRF context (ie., not bound to any VRF device) shall work across all VRF domains.');
1579
+
constl3mdevhelp2=_('Off means VRF traffic will be handled exclusively by sockets bound to VRFs.');
0 commit comments