Interface Attributes

Attributes of a logical forwarder face.

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

Hierarchy

  • Record<string, unknown>
    • Attributes

Indexable

  • [k: string]: unknown

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.