### Description When trying to use the command `limactl network create` to create a bridged network, it results in a error `failed to parse CIDR "/24": invalid CIDR address: /24 ` I'm assuming the error is here because you cannot add gateway / IP ranges as they are managed outside. https://github.com/lima-vm/lima/blob/bd955e4d4c680984fd3e61bd3d32d35558ee1773/cmd/limactl/network.go#L177-L207