Enumeration RoutingTableProtocols

Routing table protocols.

Enumeration Members

Enumeration Members

Boot: "boot"

The route was installed during the bootup sequence. If a routing daemon starts, it will purge all of them.

Kernel: "kernel"

The route was installed by the kernel during autoconfiguration.

Ra: "ra"

The route was installed by Router Discovery protocol.

Redirect: "redirect"

The route was installed due to an ICMP redirect.

Static: "static"

The route was installed by the administrator to override dynamic routing. Routing daemon will respect them and, probably, even advertise them to its peers.

Generated using TypeDoc