Lines 2187-2193
Link Here
|
2187 |
.Dq Li NO , |
2187 |
.Dq Li NO , |
2188 |
create a default route to this host name or IP address |
2188 |
create a default route to this host name or IP address |
2189 |
(use an IP address if this router is also required to get to the |
2189 |
(use an IP address if this router is also required to get to the |
2190 |
name server!). |
2190 |
name server!). It's an equivalent of |
|
|
2191 |
.Va defaultrouter_fib0 . |
2192 |
.It Va defaultrouter_fibN |
2193 |
.Pq Vt str |
2194 |
If not set to |
2195 |
.Dq Li NO , |
2196 |
create a default route to this host name or IP address in FIB |
2197 |
number N. See the setfib(1). |
2191 |
.It Va ipv6_defaultrouter |
2198 |
.It Va ipv6_defaultrouter |
2192 |
.Pq Vt str |
2199 |
.Pq Vt str |
2193 |
The IPv6 equivalent of |
2200 |
The IPv6 equivalent of |
Lines 2195-2204
Link Here
|
2195 |
.It Va static_routes |
2202 |
.It Va static_routes |
2196 |
.Pq Vt str |
2203 |
.Pq Vt str |
2197 |
Set to the list of static routes that are to be added at system |
2204 |
Set to the list of static routes that are to be added at system |
2198 |
boot time. |
2205 |
boot time. (It's an equivalent of |
2199 |
If not set to |
2206 |
.Va static_routes_fib0 ) |
2200 |
.Dq Li NO |
2207 |
If not empty then for each whitespace separated |
2201 |
then for each whitespace separated |
|
|
2202 |
.Ar element |
2208 |
.Ar element |
2203 |
in the value, a |
2209 |
in the value, a |
2204 |
.Va route_ Ns Aq Ar element |
2210 |
.Va route_ Ns Aq Ar element |
Lines 2212-2217
Link Here
|
2212 |
route_mcast="-net 224.0.0.0/4 -iface gif0" |
2218 |
route_mcast="-net 224.0.0.0/4 -iface gif0" |
2213 |
route_gif0local="-host 169.254.1.1 -iface lo0" |
2219 |
route_gif0local="-host 169.254.1.1 -iface lo0" |
2214 |
.Ed |
2220 |
.Ed |
|
|
2221 |
.It Va static_routes_fibN |
2222 |
.Pq Vt str |
2223 |
Set to the list of static routes that are to be added in FIB |
2224 |
number N. See setfib(1). |
2215 |
.It Va ipv6_static_routes |
2225 |
.It Va ipv6_static_routes |
2216 |
.Pq Vt str |
2226 |
.Pq Vt str |
2217 |
The IPv6 equivalent of |
2227 |
The IPv6 equivalent of |