3218f49d81
use "except Exception:" instead of "except:"
...
Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
2020-06-24 01:12:24 +02:00
8994bdd39a
address: don't process_mtu for openvswitch interfaces
...
Openvswitch already manage mtu if ovs-mtu is defined.
(Ovs manage mtu in userland, and sync mtu for some interfaces in kernel).
If mtu is changed by address module, before the ovs userland mtu,
this give packets drop.
2020-06-05 08:07:04 +02:00
6cdb2b3d22
addons: openvswitch: allow multiple ovs-ports + glob/regex
2020-05-28 11:21:55 +02:00
5efdf225e1
addon: openvswitch : add ovs-ports-condone-regex option
...
Like for bridge, add a option to skip delete a regex list of interfaces.
(can be usefull for hypervisor, when vm interfaces are dynamically plugged)
2020-05-16 08:11:22 +02:00
5a55e3629c
openvswitch : manually add link to cache after creation
2020-02-17 12:54:38 +01:00
213d8a409d
add openvswitch addons
...
This is a reimplementation of ifupdown1 script
https://github.com/openvswitch/ovs/blob/master/debian/openvswitch-switch.README.Debian
2020-02-16 15:04:01 +01:00