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);