Commit cca81c2f authored by nanahira's avatar nanahira

fix

parent d726b4c5
...@@ -174,7 +174,7 @@ class InventoryBuilder { ...@@ -174,7 +174,7 @@ class InventoryBuilder {
const null_connection = '10000,null'; const null_connection = '10000,null';
const lanInterfaces = host.lanInterfaces; const lanInterfaces = host.lanInterfaces;
const localSubnets = host.subnets; const localSubnets = host.subnets;
console.log(localSubnets); //console.log(localSubnets);
const masqInterfaces = host.masqInterfaces.length > 0 ? host.masqInterfaces.split(',') : []; const masqInterfaces = host.masqInterfaces.length > 0 ? host.masqInterfaces.split(',') : [];
const routePlans = []; const routePlans = [];
......
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