os-vif/vif_plug_ovs/ovsdb
Rajesh Tailor 2f55e9ea06 Move mtu update request into ovsdb transaction
os-vif currently set the requested mtu as part of separate request
to the port add command. As a result the port is initially created
with mbufer pool for the jumboframe size, which results in an
error in openvswitch-vswitch logs.

This change moves the mtu update request into ovsdb transaction.

Closes-Bug: #1959586
Change-Id: I1acd74efc100c6f949b5c72525c455aebfa2c50e
2022-09-19 16:39:39 +05:30
..
__init__.py Add abstract OVSDB API 2018-10-08 12:09:36 +01:00
api.py Remove six 2020-05-02 18:28:47 +09:00
impl_idl.py only register tables used by os-vif 2021-08-23 13:25:41 +01:00
impl_vsctl.py Drop use of deprecated collections classes 2021-02-01 11:02:08 +00:00
ovsdb_lib.py Move mtu update request into ovsdb transaction 2022-09-19 16:39:39 +05:30