Skip to content

Latest commit

 

History

History
46 lines (43 loc) · 1.61 KB

File metadata and controls

46 lines (43 loc) · 1.61 KB

NodeRouteProperties

Properties

Name Type Description Notes
src String Source address to prefer when sending to destinations of route [optional]
fromAddress String From address [optional]
proto ProtoEnum Routing protocol identifier of route [optional]
routeType RouteTypeEnum Route type
metric String Metric value of route [optional]
destination String Destination covered by route [optional]
interfaceId String Network interface id of route [optional]
routeId String Unique identifier for the route [optional]
netmask String Netmask of destination covered by route [optional]
scope String Scope of destinations covered by route [optional]
gateway String Address of next hop [optional]

Enum: ProtoEnum

Name Value
UNSPEC "unspec"
REDIRECT "redirect"
KERNEL "kernel"
BOOT "boot"
STATIC "static"
GATED "gated"
RA "ra"
MRT "mrt"
ZEBRA "zebra"
BIRD "bird"
DNROUTED "dnrouted"
XORP "xorp"
NTK "ntk"
DHCP "dhcp"

Enum: RouteTypeEnum

Name Value
DEFAULT "default"
STATIC "static"
BLACKHOLE "blackhole"
PROHIBIT "prohibit"
THROW "throw"
UNREACHABLE "unreachable"