Closed hardikdr closed 4 months ago
We already support IPv4 in our OOB plugin.
Note:Major difference to IPv6 OOB is, that we do not rely on relays in IPv4 (for now). To work around different multicast domains in kubernetes, we run with
hostNetwork: true
, so OOB IPv4 traffic reaches the pod.
Summary
Enhance FeDHCP to support IPv4 for devices within the out-of-band (OOB) network, ensuring compatibility with existing plugins.
Motivation
Better flexibility, and support more device configurations.