]> git.proxmox.com Git - pve-common.git/commit
network: tap_plug: fix mtu
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 25 Aug 2022 09:27:53 +0000 (11:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 Aug 2022 08:13:11 +0000 (10:13 +0200)
commitc3db7708a45c231d429778851a7355e954245ba7
tree0fa351bc221bf11b62737ca4dc3573c3e33ea350
parent0fbcf73656a86e75acac7a008621e5da193b21a7
network: tap_plug: fix mtu

- ovsint port mtu need to be set with ""ovs-vsctl set mtu-request"
- update mtu on already existing interfaces (fwbr,fwln,tap,veth)
  if existing tap|veth interface is replugged on a different mtu bridge

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
src/PVE/Network.pm