@tikoci/centrs
    Preparing search index...

    Interface TargetResolveInput

    interface TargetResolveInput {
        host?: string;
        macResolution?: { ip: string; mac: string };
        port?: number;
        targetInput?: string;
    }
    Index

    Properties

    host?: string
    macResolution?: { ip: string; mac: string }

    Pre-resolved MAC→IP mapping (host ARP lookup). When the resolved host candidate is this MAC, ip is used as the transport host with arp provenance. The command resolution seam decides whether ARP is allowed.

    port?: number
    targetInput?: string