tailscale-web - v0.1.13
    Preparing search index...

    Interface Route

    interface Route {
        isExitRoute: boolean;
        isPrimary: boolean;
        prefix: string;
        via: string;
    }
    Index

    Properties

    isExitRoute: boolean

    Whether this is a default/exit route (0.0.0.0/0 or ::/0).

    isPrimary: boolean

    Whether this node is the primary (active) router for the prefix.

    prefix: string

    CIDR prefix (e.g. a subnet or default route).

    via: string

    Display name of the advertising node, or "self".