Commit df348c9c authored by nanahira's avatar nanahira

fix

parent 5c3adadb
...@@ -56,7 +56,7 @@ class InventoryBuilder { ...@@ -56,7 +56,7 @@ class InventoryBuilder {
plan.gatewayAddress = hosts[plan.gateway].address; plan.gatewayAddress = hosts[plan.gateway].address;
} }
// 所有内网网段 // 所有内网网段
this.route_lists.mycard = ["10.199.0.0/16", "10.200.0.0/15"]; this.route_lists.mycard = ["10.198.0.0/16", "10.200.0.0/15"];
for (const h in this.hosts) { for (const h in this.hosts) {
const host = this.hosts[h] const host = this.hosts[h]
for (const c of host.subnets.split(",")) { for (const c of host.subnets.split(",")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment