Commit d5f717a6 authored by nanahira's avatar nanahira

remove this rubbish subnet

parent 72dce49c
......@@ -120,7 +120,7 @@ class InventoryBuilder {
const raw_utility = _.keyBy(await this.load('configurations'), 'key');
this.routeLists = YAML.parse(fs.readFileSync(path.join('lists', 'result.yaml'), 'utf8'));
// 所有内网网段
this.routeLists.mycard = ['10.198.0.0/15', '10.200.0.0/15', '172.16.0.0/12'];
this.routeLists.mycard = ['10.198.0.0/16', '10.200.0.0/15', '172.16.0.0/12'];
for (const h in this.hosts) {
const host = this.hosts[h];
for (const c of host.subnets) {
......
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