Re: [pve-devel] [PATCH] pve-bridge : use mtu of the bridge for tap interface

2012-09-28 Thread Dietmar Maurer
applied, thanks. > -Original Message- > From: pve-devel-boun...@pve.proxmox.com [mailto:pve-devel- > boun...@pve.proxmox.com] On Behalf Of Alexandre Derumier > Sent: Freitag, 28. September 2012 10:58 > To: pve-devel@pve.proxmox.com > Subject: [pve-devel] [PATCH] pve-b

[pve-devel] [PATCH] pve-bridge : use mtu of the bridge for tap interface

2012-09-28 Thread Alexandre Derumier
currently if the bridge have a mtu of 9000, when putting a tap interface on it (mtu 1500 by default), the mtu of the bridge goes to 1500. we want that the mtu of the tap interface equal the mtu of the bridge correcting bug: https://bugzilla.proxmox.com/show_bug.cgi?id=258 Signed-off-by: Alexand

Re: [pve-devel] [PATCH] pve-bridge : use mtu of the bridge for tap interface

2012-09-27 Thread Dietmar Maurer
> Subject: Re: [pve-devel] [PATCH] pve-bridge : use mtu of the bridge for tap > interface > > sorry, this was for tests for other thing. > All file-system based storage have a 'path' property, so that 'if' statement is triggered anyways (not s

Re: [pve-devel] [PATCH] pve-bridge : use mtu of the bridge for tap interface

2012-09-27 Thread Alexandre DERUMIER
sorry, this was for tests for other thing. I'll resubmit a clean patch tomorrow - Mail original - De: "Dietmar Maurer" À: "Alexandre Derumier" , pve-devel@pve.proxmox.com Envoyé: Jeudi 27 Septembre 2012 10:37:17 Objet: RE: [pve-devel] [PATCH] pve-bridge :

Re: [pve-devel] [PATCH] pve-bridge : use mtu of the bridge for tap interface

2012-09-27 Thread Dietmar Maurer
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index > 157b4a9..aaf2e4a 100644 > --- a/PVE/QemuServer.pm > +++ b/PVE/QemuServer.pm > @@ -3718,6 +3718,7 @@ my $snapshot_prepare = sub { > if !(($scfg->{path} && $volname =~ m/\.qcow2$/) || >($scfg->{type

[pve-devel] [PATCH] pve-bridge : use mtu of the bridge for tap interface

2012-09-27 Thread Alexandre Derumier
currently if the bridge have a mtu of 9000, when putting a tap interface on it (mtu 1500 by default), the mtu of the bridge goes to 1500. we want that the mtu of the tap interface equal the mtu of the bridge correcting bug: https://bugzilla.proxmox.com/show_bug.cgi?id=258 Signed-off-by: Alexand