mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00

This adds the new openvswitch_db state module. It also adds the new functions bridge_to_parent, bridge_to_vlan, db_get, and db_set to the openvswitch execution module. Besides, it adds two new optional parameters parent and vlan to the openvswitch_bridge.present state module function and the openvswitch.bridge_create execution module function.
5 lines
322 B
Text
5 lines
322 B
Text
Added `openvswitch_db` state module and functions `bridge_to_parent`,
|
|
`bridge_to_vlan`, `db_get`, and `db_set` to the `openvswitch` execution module.
|
|
Also added optional `parent` and `vlan` parameters to the
|
|
`openvswitch_bridge.present` state module function and the
|
|
`openvswitch.bridge_create` execution module function.
|