Interface FwFace

A socket or network interface associated with forwarding plane.

Hierarchy

  • TypedEventEmitter<Events>
    • FwFace

Properties

attributes: FwFace.Attributes
running: boolean

Methods

  • Add a prefix announcement associated with the face.

    Parameters

    • name: NameLike

    Returns void

  • Add a route toward the face.

    Parameters

    Returns void

  • Shutdown the face.

    Returns void

  • Determine if a route is present on the face.

    Parameters

    • name: NameLike

    Returns boolean

  • Remove a prefix announcement associated with the face.

    Parameters

    • name: NameLike

    Returns void

  • Remove a route toward the face.

    Parameters

    Returns void

  • Returns string

Generated using TypeDoc