I'm developing a custom panel for my openstack home lab via rest api. I've investigated Hetzner cloud ip (v4) addressing mechanism and i found it is like this:
It is assigning /32 valid ip v4 address and routing via invalid ip for preventing ip wasting.
Is this possible to implement using neutron?
I've read about dhcp options
in ovn
but i'm not sure.
( the valid ip address in the picture is not assigned to any server )