#3399 changed a handful of RackNetworkConfig field types from String to Ipv4Addr (based on their current usage, they must be IPv4 and cannot be IPv6). While reviewing, @internet-diglett noted that that restriction should be lifted: we should allow IpAddr (for either v4 or v6) instead.