git: c521b16752c5 - main - route.4: Add RTV_METRIC flag to rt_metrics
Pouria Mousavizadeh Tehrani <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a76cea4.3cab5.2c8568d7__36243.8391240843$1786171071$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by pouria: URL: https://cgit.FreeBSD.org/src/commit/?id=c521b16752c5db73173c570cd96107ea2aa03dce commit c521b16752c5db73173c570cd96107ea2aa03dce Author: Pouria Mousavizadeh Tehrani <[email protected]> AuthorDate: 2026-08-08 06:30:02 +0000 Commit: Pouria Mousavizadeh Tehrani <[email protected]> CommitDate: 2026-08-08 06:35:58 +0000 route.4: Add RTV_METRIC flag to rt_metrics Reviewed by: ziaee Differential Revision: https://reviews.freebsd.org/D58565 --- share/man/man4/route.4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man4/route.4 b/share/man/man4/route.4 index 5096c2784a12..5a6142ad09c2 100644 --- a/share/man/man4/route.4 +++ b/share/man/man4/route.4 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd November 4, 2004 +.Dd July 30, 2026 .Dt ROUTE 4 .Os .Sh NAME @@ -296,6 +296,7 @@ Specifiers for metric values in rmx_locks and rtm_inits are: #define RTV_RTT 0x40 /* init or lock _rtt */ #define RTV_RTTVAR 0x80 /* init or lock _rttvar */ #define RTV_WEIGHT 0x100 /* init or lock _weight */ +#define RTV_METRIC 0x200 /* init or lock _metric */ .Ed .Pp Specifiers for which addresses are present in the messages are: