# valid TenantNetwork manifest with valid ipv4 and ipv6 notation, and with allocation_pool; with ipv4 and ipv6 routes apiVersion: danm.k8s.io/v1 kind: TenantNetwork metadata: name: tennet-06 namespace: default spec: NetworkID: tnet06 NetworkType: ipvlan Options: host_device: {{ .Values.infra_int_if }} container_prefix: int rt_tables: 200 cidr: 10.240.6.0/24 allocation_pool: start: 10.240.6.100 end: 10.240.6.200 net6: 2001:db8::/45 routes: 10.60.1.0/24: 10.240.6.254 routes6: 2001:db8::/45: 2001:db8:1::1