Lines Matching +full:re +full:- +full:routed

50 .Xr routed 8 ,
62 .Bl -tag -width indent
72 Run in debug-only mode, i.e., do not actually modify the routing table.
81 Run in test-only mode.
100 .Bl -tag -width Fl -compact
126 .Bd -ragged -offset indent -compact
134 .Bd -ragged -offset indent -compact
168 .Bd -ragged -offset indent -compact
180 .Bd -ragged -offset indent -compact
194 is the next-hop intermediary via which packets should be routed.
285 qualifier because non-continuous masks are not allowed in IPv6.
304 .Bd -literal
305 -xresolve RTF_XRESOLVE - emit mesg on use (for external lookup)
306 -iface ~RTF_GATEWAY - destination is directly reachable
307 -static RTF_STATIC - manually added route
308 -nostatic ~RTF_STATIC - pretend route added by kernel or daemon
309 -reject RTF_REJECT - emit an ICMP unreachable when matched
310 -blackhole RTF_BLACKHOLE - silently discard pkts (during updates)
311 -proto1 RTF_PROTO1 - set protocol specific routing flag #1
312 -proto2 RTF_PROTO2 - set protocol specific routing flag #2
331 meta-modifier, or one can
334 meta-modifier.
344 .Dq - ,
349 specifies that the command will be applied to a non-default FIB.
365 allows multiple FIBs by a comma-separeted list and/or range
371 .Qq Fl fib Li 1,3-5,6
402 As such, only the super-user may modify
430 .Bl -tag -width radix_lockless
438 Lockless immutable radix, re-created on every rtable change,
441 DPDK DIR24-8-based lookups, lockless datastructure, optimized
443 DIR24-8 relies on a large flat lookup table (64 MB with IPv4) which is
448 .Bl -tag -width dpdk_lpm6.ko -compact
461 .Bl -tag -width fib_dxr.ko -compact
471 .Ex -std
477 .Dl route add -net 0.0.0.0/0 192.168.1.1
485 .Dl route add -net 172.16.10.0/24 172.16.1.1
489 .Dl route change -net 172.16.10.0/24 172.16.1.2
497 .Dl route delete -net 172.16.10.0/24 172.16.1.2
506 .Bl -diag
527 on a directly-connected network.
528 The next-hop gateway must be given.
541 The next-hop gateway should be reachable through a different route.
549 .Xr routed 8