Create multicast transports on every multicast-capable netif and add to forwarder.

  • Parameters

    • opts: CreateFaceOptions
    • ...args: [
          opts: {
              group?: string;
              multicastLoopback?: boolean;
              multicastTtl?: number;
              port?: number;
          },
      ]

    Returns Promise<FwFace[]>