Open yan12125 opened 3 years ago
Files identified in the description:
If these files are inaccurate, please update the component name
section of the description or use the !component
bot command.
cc @alcamie101 @nerzhul click here for bot help
Noticed a similar issue https://github.com/ansible-collections/community.general/issues/473, just with vlan instead of wifi as the type of bridge links.
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
Summary
I'm trying to use nmcli create a bridge that connects an ethernet interface and a wifi interface. However, I cannot make the wifi connection to be a port/link of a bridge as nmcli.py hard-coded slave-type to
bond
[1]. It will be very helpful if it is possible to specify the slave type for wifi connections. For example, withslave-type: bridge
, or another key name to avoid unwelcoming language (#2866).If that sounds a good idea,
bond-slave
,team-slave
andbridge-slave
types [2] may be deprecated in favor of the newly added key.[1] https://github.com/ansible-collections/community.general/blob/b2b487753264417b161f9299d7386d71a1f857cf/plugins/modules/net_tools/nmcli.py#L860 [2] https://github.com/ansible-collections/community.general/blob/b2b487753264417b161f9299d7386d71a1f857cf/plugins/modules/net_tools/nmcli.py#L57
Issue Type
Feature Idea
Component Name
nmcli
Additional Information
Code of Conduct