Re: [pve-devel] [PATCH pve-network 0/3] Advertise MTU via DHCP / RA

2024-04-22 Thread Stefan Hanreich


On 4/22/24 14:06, Thomas Lamprecht wrote:
> seems OK from a high-level glance, would need a rebase now though

sent a rebased v2:
https://lists.proxmox.com/pipermail/pve-devel/2024-April/063588.html


___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel



Re: [pve-devel] [PATCH pve-network 0/3] Advertise MTU via DHCP / RA

2024-04-22 Thread Thomas Lamprecht
Am 14/12/2023 um 17:46 schrieb Stefan Hanreich:
> Stefan Hanreich (3):
>   dhcp: fix function signatures in abstract class
>   zones: add method for getting MTU
>   dhcp: dnsmasq: send mtu option via dhcp
> 
>  src/PVE/Network/SDN/Dhcp.pm   |  2 +-
>  src/PVE/Network/SDN/Dhcp/Dnsmasq.pm   |  7 ++-
>  src/PVE/Network/SDN/Dhcp/Plugin.pm| 12 ++--
>  src/PVE/Network/SDN/Zones.pm  |  8 
>  src/PVE/Network/SDN/Zones/Plugin.pm   |  7 +++
>  src/PVE/Network/SDN/Zones/SimplePlugin.pm |  8 +++-
>  6 files changed, 35 insertions(+), 9 deletions(-)
> 

seems OK from a high-level glance, would need a rebase now though


___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel



Re: [pve-devel] [PATCH pve-network 0/3] Advertise MTU via DHCP / RA

2024-02-22 Thread Stefan Hanreich
ping

still applies on current master

On 12/14/23 17:46, Stefan Hanreich wrote:
> Stefan Hanreich (3):
>   dhcp: fix function signatures in abstract class
>   zones: add method for getting MTU
>   dhcp: dnsmasq: send mtu option via dhcp
> 
>  src/PVE/Network/SDN/Dhcp.pm   |  2 +-
>  src/PVE/Network/SDN/Dhcp/Dnsmasq.pm   |  7 ++-
>  src/PVE/Network/SDN/Dhcp/Plugin.pm| 12 ++--
>  src/PVE/Network/SDN/Zones.pm  |  8 
>  src/PVE/Network/SDN/Zones/Plugin.pm   |  7 +++
>  src/PVE/Network/SDN/Zones/SimplePlugin.pm |  8 +++-
>  6 files changed, 35 insertions(+), 9 deletions(-)
> 


___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel



[pve-devel] [PATCH pve-network 0/3] Advertise MTU via DHCP / RA

2023-12-14 Thread Stefan Hanreich
Stefan Hanreich (3):
  dhcp: fix function signatures in abstract class
  zones: add method for getting MTU
  dhcp: dnsmasq: send mtu option via dhcp

 src/PVE/Network/SDN/Dhcp.pm   |  2 +-
 src/PVE/Network/SDN/Dhcp/Dnsmasq.pm   |  7 ++-
 src/PVE/Network/SDN/Dhcp/Plugin.pm| 12 ++--
 src/PVE/Network/SDN/Zones.pm  |  8 
 src/PVE/Network/SDN/Zones/Plugin.pm   |  7 +++
 src/PVE/Network/SDN/Zones/SimplePlugin.pm |  8 +++-
 6 files changed, 35 insertions(+), 9 deletions(-)

-- 
2.39.2


___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel