Module Name:    src
Committed By:   christos
Date:           Sat Aug 29 19:27:08 UTC 2020

Modified Files:
        src/sbin/route: route.8

Log Message:
Document 'L'


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sbin/route/route.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/route/route.8
diff -u src/sbin/route/route.8:1.61 src/sbin/route/route.8:1.62
--- src/sbin/route/route.8:1.61	Tue Jul 31 17:22:09 2018
+++ src/sbin/route/route.8	Sat Aug 29 15:27:08 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: route.8,v 1.61 2018/07/31 21:22:09 sevan Exp $
+.\"	$NetBSD: route.8,v 1.62 2020/08/29 19:27:08 christos Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)route.8	8.4 (Berkeley) 6/1/94
 .\"
-.Dd July 31, 2018
+.Dd August 29, 2020
 .Dt ROUTE 8
 .Os
 .Sh NAME
@@ -310,6 +310,7 @@ by indicating the following correspondin
 .It Li D Ta "" Ta " RTF_DYNAMIC" Ta created dynamically (redirect)
 .It Li G Ta "" Ta " RTF_GATEWAY" Ta forwarded to dest by intermediary
 .It Li H Ta "" Ta " RTF_HOST" Ta host entry (net otherwise)
+.It Li L Ta "" Ta " RTF_LLDATA" Ta local link, generated by ARP or NDP
 .It Li l Ta "" Ta " RTF_LOCAL" Ta Route represents a local address
 .It Li M Ta "" Ta " RTF_MODIFIED" Ta modified dynamically (redirect)
 .It Li p Ta -proxy Ta " RTF_ANNOUNCE" Ta make entry a link level proxy

Reply via email to