Lines Matching full:route
44 All route configuration messages share the common header:
53 unsigned char rtm_scope; /* Route distance (RT_SCOPE_) */
54 unsigned char rtm_type; /* Route type (RTN_) */
55 unsigned rtm_flags; /* Route flags (not supported) */
61 specifies the route family to be operated on.
67 The route prefix length is stored in
77 The route scope has to be set via
86 Route type needs to be set.
89 RTN_UNICAST Unicast route
90 RTN_MULTICAST Multicast route
97 Adds a new route.
99 Extending a multipath route requires NLM_F_APPEND flag.
101 Tries to delete a route.
102 The route is specified using a combination of
107 Fetches a single route or all routes in the current VNET, depending on the
110 Each route is reported as
130 (nested) Container attribute, listing route properties.
134 This attribute contains multipath route nexthops with their weights.
167 RTA_VIA IPv6 nexthop address for IPv4 route
173 (uint32_t) (FreeBSD-specific) rtsock route flags.
175 (uint32_t) Fib number of the route.
176 Default route table is
188 RTNLGRP_IPV4_ROUTE Notifies on IPv4 route arrival/removal/change
189 RTNLGRP_IPV6_ROUTE Notifies on IPv6 route arrival/removal/change
199 unsigned int nh_flags; /* RTNH_F_* flags from route.h */
205 It can be different from route address family for IPv4 routes with IPv6
528 .Xr route 4