ing
This commit is contained in:
parent
780d3b5b93
commit
a1b59c519d
|
@ -61,6 +61,7 @@ export class DiscoveryComponent implements OnDestroy {
|
||||||
address: this.selectedProbe.infraHost.infraZone.address.split('/')[0],
|
address: this.selectedProbe.infraHost.infraZone.address.split('/')[0],
|
||||||
iface: this.selectedProbe.infraHost.infraZone.iface,
|
iface: this.selectedProbe.infraHost.infraZone.iface,
|
||||||
mac: this.selectedProbe.infraHost.infraZone.mac,
|
mac: this.selectedProbe.infraHost.infraZone.mac,
|
||||||
|
metaIPType: this.selectedProbe.infraHost.infraZone.metaIPType,
|
||||||
};
|
};
|
||||||
|
|
||||||
this.discoveryService.discoverHost(this.selectedProbe.probe.probeKey, zone, dz.discoverHost);
|
this.discoveryService.discoverHost(this.selectedProbe.probe.probeKey, zone, dz.discoverHost);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user