54.10. 路由器未设置
取消设置路由器属性
使用方法:
openstack router unset [-h] [--route destination=<subnet>,gateway=<ip-address>] [--external-gateway] [--tag <tag> | --all-tag] <router>
openstack router unset [-h]
[--route destination=<subnet>,gateway=<ip-address>]
[--external-gateway] [--tag <tag> | --all-tag]
<router>
值 | 概述 |
---|---|
<router> | 要修改的路由器(名称或 id) |
值 | 概述 |
---|---|
--external-gateway | 从路由器删除外部网关信息 |
--all-tag | 清除与路由器关联的所有标签 |
-h, --help | 显示帮助信息并退出 |
--route destination=<subnet>,gateway=<ip-address> | 要从路由器目的地删除的路由:目的地子网(在 CIDR 表示法中)网关: nexthop IP 地址(用于取消多个路由的peat 选项) |
--tag <tag> | 要从路由器中删除标签(重复选项以删除多个标签) |