NDNts

    Interface Attributes

    Attributes of a logical forwarder face.

    interface Attributes {
        advertiseFrom?: boolean;
        describe?: string;
        local?: boolean;
        routeCapture?: boolean;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • Attributes

    Indexable

    • [key: string]: unknown
    Index

    Properties

    advertiseFrom?: boolean

    Whether to allow prefix announcements.

    true

    If false, FwFace.addAnnouncement has no effect.

    describe?: string

    Short string to identify the face.

    local?: boolean

    Whether face is local.

    false

    routeCapture?: boolean

    Whether routes registered on this face would cause FIB to stop matching onto shorter prefixes.

    MMNEPVFCICPMFPCPTTAAATR