packages/net/openvswitch/files
Stijn Tintel a5648280b3 openvswitch: only init bridges when (re)starting
Calling the ovs_bridge_init function when stopping the service will
result in ovs-vsctl being called after ovsdb-server has been shut down.
This causes the following error:

ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)

Calling the ovs_bridge_init function when requesting the service status
has no added value.

Only call ovs_bridge_init during start or restart to fix this.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-07-23 12:16:29 +03:00
..
openvswitch.config openvswitch: adds new UCI section ovs_bridge 2020-07-28 12:46:17 +08:00
openvswitch.init openvswitch: only init bridges when (re)starting 2021-07-23 12:16:29 +03:00
ovs-ctl-wrapper openvswitch: bump to version 2.13.0 2020-03-23 16:07:24 +08:00