Skip to content

Commit

Permalink
fix route trans problem
Browse files Browse the repository at this point in the history
  • Loading branch information
netweng committed Dec 25, 2024
1 parent fe7304a commit 3e10386
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cloudtower-api-doc/swagger/locales/zh/1.10.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
},
"CloudInitNetWorkRoute": {
"network": "静态路由网络地址, 如果这里配置 0.0.0.0, 则优先按照用户设置来配置默认路由",
"netmask": "访问静态路由地址需经过的网关地址",
"gateway": "静态路由网络地址的子网掩码"
"netmask": "静态路由网络地址的子网掩码",
"gateway": "访问静态路由地址需经过的网关地址"
},
"Cluster": {
"application_highest_version": "可升级高级监控版本",
Expand Down
4 changes: 2 additions & 2 deletions cloudtower-api-doc/swagger/locales/zh/1.8.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -15025,8 +15025,8 @@
"cloud_init.public_keys": "为 cloud-init 默认用户设置的公钥列表,最多只允许配置 10 个公钥",
"cloud_init.hostname": "主机名称。Windows 主机名只能包含字母(a-z,A-Z)、数字(0-9)和连字符(-),不能含有空格或者句号(.)。且不能完全是数字。Linux 下主机名可以指定为 FQDN。",
"cloud_init.networks.routes.network": "静态路由网络地址, 如果这里配置 0.0.0.0, 则优先按照用户设置来配置默认路由",
"cloud_init.networks.routes.netmask": "访问静态路由地址需经过的网关地址",
"cloud_init.networks.routes.gateway": "静态路由网络地址的子网掩码",
"cloud_init.networks.routes.netmask": "静态路由网络地址的子网掩码",
"cloud_init.networks.routes.gateway": "访问静态路由地址需经过的网关地址",
"cloud_init.networks.routes": "静态路由列表",
"cloud_init.networks.type": "网络类型",
"cloud_init.networks.nic_index": "虚拟网卡索引。从 0 开始算起,即 0 为第一个网卡。最多支持 16个,因此所以范围为 [0, 15]",
Expand Down

1 comment on commit 3e10386

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for cloudtower-api-doc ready!

✅ Preview
https://cloudtower-api-h6q5pt7sv-xiaojunwengs-projects.vercel.app

Built with commit 3e10386.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.