Re: [pve-devel] [PATCH pve-network 1/3] dhcp: add vrf support

2023-12-18 Thread Stefan Hanreich
On 12/18/23 14:04, Alexandre Derumier wrote: > launch dnsmasq in a vrf context with "ip vrf exec dnsmasq.." > > use "default" vrf if plugin don't return a specific vrf > > Signed-off-by: Alexandre Derumier > --- > src/PVE/Network/SDN/Dhcp.pm | 3 ++- > src/PVE/Network/SDN/Dhcp/

[pve-devel] [PATCH pve-network 1/3] dhcp: add vrf support

2023-12-18 Thread Alexandre Derumier
launch dnsmasq in a vrf context with "ip vrf exec dnsmasq.." use "default" vrf if plugin don't return a specific vrf Signed-off-by: Alexandre Derumier --- src/PVE/Network/SDN/Dhcp.pm | 3 ++- src/PVE/Network/SDN/Dhcp/Dnsmasq.pm | 3 ++- src/PVE/Network/SDN/Zones.pm