all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-network 0/3] add dhcp support for evpn
@ 2023-12-18 13:04 Alexandre Derumier
  2023-12-18 13:04 ` [pve-devel] [PATCH pve-network 1/3] dhcp: add vrf support Alexandre Derumier
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Alexandre Derumier @ 2023-12-18 13:04 UTC (permalink / raw)
  To: pve-devel

Hi,
This patch serie add dhcp support for evpn.

Dnsmasq need to run in specific vrf for each evpn zone.


Dnsmasq is currently buggy with ipv6 && vrf (no crash but it's not listening), and need to be patched with:
https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=a889c554a7df71ff93a8299ef96037fbe05f2f55

I have tested it, just applying this patch on current debian source is enough to get is working.


Alexandre Derumier (3):
  dhcp: add vrf support
  dnsmasq service: run service in vrf
  zones: evpn: add dhcp support

 src/PVE/Network/SDN/Dhcp.pm             |  3 ++-
 src/PVE/Network/SDN/Dhcp/Dnsmasq.pm     |  3 ++-
 src/PVE/Network/SDN/Zones.pm            | 10 ++++++++++
 src/PVE/Network/SDN/Zones/EvpnPlugin.pm |  7 +++++++
 src/PVE/Network/SDN/Zones/Plugin.pm     |  6 ++++++
 src/services/01-dnsmasq-vrf.conf        |  4 ++++
 src/services/Makefile                   |  1 +
 7 files changed, 32 insertions(+), 2 deletions(-)
 create mode 100644 src/services/01-dnsmasq-vrf.conf

-- 
2.39.2




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-12-18 17:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-18 13:04 [pve-devel] [PATCH pve-network 0/3] add dhcp support for evpn Alexandre Derumier
2023-12-18 13:04 ` [pve-devel] [PATCH pve-network 1/3] dhcp: add vrf support Alexandre Derumier
2023-12-18 17:10   ` Stefan Hanreich
2023-12-18 13:04 ` [pve-devel] [PATCH pve-network 2/3] dnsmasq service: run service in vrf Alexandre Derumier
2023-12-18 13:04 ` [pve-devel] [PATCH pve-network 3/3] zones: evpn: add dhcp support Alexandre Derumier
2023-12-18 14:42 ` [pve-devel] [PATCH pve-network 0/3] add dhcp support for evpn Stefan Hanreich
2023-12-18 17:05   ` Stefan Hanreich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal