From a1b59c519df6065da3fa663f551c6c52eac394a6 Mon Sep 17 00:00:00 2001 From: crusader Date: Wed, 20 Jun 2018 20:44:59 +0900 Subject: [PATCH] ing --- @overflow/discovery/component/discovery.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/@overflow/discovery/component/discovery.component.ts b/@overflow/discovery/component/discovery.component.ts index a2a887d..7fcdf8e 100644 --- a/@overflow/discovery/component/discovery.component.ts +++ b/@overflow/discovery/component/discovery.component.ts @@ -61,6 +61,7 @@ export class DiscoveryComponent implements OnDestroy { address: this.selectedProbe.infraHost.infraZone.address.split('/')[0], iface: this.selectedProbe.infraHost.infraZone.iface, mac: this.selectedProbe.infraHost.infraZone.mac, + metaIPType: this.selectedProbe.infraHost.infraZone.metaIPType, }; this.discoveryService.discoverHost(this.selectedProbe.probe.probeKey, zone, dz.discoverHost);