diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-04-30 16:34:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-04-30 16:34:20 +0000 |
commit | 1788d9627b65762b4ae9f5f89110eaad145e423e (patch) | |
tree | d70d5b12d39042ee9f3b29a7d26e2a74f5606eb3 /share | |
parent | 32f41f0a0c03afb605bc0dd9b285fcff187018bf (diff) |
elaborate a little on how route priorities work;
help/ok claudio
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/route.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4 index 1ff6eb22ff7..1964ad81702 100644 --- a/share/man/man4/route.4 +++ b/share/man/man4/route.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.4,v 1.51 2019/04/03 10:31:18 jmc Exp $ +.\" $OpenBSD: route.4,v 1.52 2019/04/30 16:34:19 jmc Exp $ .\" $NetBSD: route.4,v 1.3 1994/11/30 16:22:31 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)route.4 8.6 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: April 3 2019 $ +.Dd $Mdocdate: April 30 2019 $ .Dt ROUTE 4 .Os .Sh NAME @@ -94,6 +94,8 @@ listeners on the routing control socket described below. .Pp If there are two identical destinations, the route priority acts as a tie-breaker. +If there are multiple routes to the same destination, +the one with the lowest priority wins. The kernel assigns certain default priorities based on the type of route, as given in the table below. For connected and static routes, this default priority is added to the |