diff --git a/network_data_routed.yaml b/network_data_routed.yaml index 74959d01c3..58a0f70fc0 100644 --- a/network_data_routed.yaml +++ b/network_data_routed.yaml @@ -144,7 +144,7 @@ vlan: 50 ip_subnet: '172.16.0.0/24' gateway_ip: '172.16.0.1' - routes: [{'ip_netmask':'172.16.0.0/20', 'next_hop':'172.16.0.1'}] + routes: [{'destination':'172.16.0.0/20', 'nexthop':'172.16.0.1'}] allocation_pools: [{'start': '172.16.0.4', 'end': '172.16.0.250'}] # Note that tenant tunneling is only compatible with IPv4 addressing at this time. ipv6_subnet: 'fd00:fd00:fd00:5000::/64'