neutron router-update如何增加路由

单条路由

neutron router-update <route id> --routes type=dict list=true destination=<network/cidr>,nexthop=<gateway_ip>

多条路由

neutron router-update <route id> --routes type=dict list=true

 destination=<network/cidr>,nexthop=<gateway_ip>

 destination=<network/cidr>,nexthop=<gateway_ip>

你可能感兴趣的:(neutron router-update如何增加路由)