Management of Open vSwitch bridges.
salt.states.openvswitch_bridge.
absent
(name)¶Ensures that the named bridge does not exist, eventually deletes it.
name -- The name of the bridge.
salt.states.openvswitch_bridge.
present
(name, parent=None, vlan=None)¶Ensures that the named bridge exists, eventually creates it.
name -- string name of the bridge
parent -- string name of the parent bridge (if the bridge shall be created as a fake bridge). If specified, vlan must also be specified.
versionadded: (.) -- 3006:
vlan -- int VLAN ID of the bridge (if the bridge shall be created as a fake bridge). If specified, parent must also be specified.
versionadded: -- 3006:
Generated on May 09, 2023 at 04:03:50 UTC.
You are viewing docs for the latest stable release, 3006.1. Switch to docs for the previous stable release, 3005.1, or to a recent doc build from the master branch.
© 2023 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy