Module Name:    src
Committed By:   roy
Date:           Tue Feb 24 20:06:09 UTC 2015

Modified Files:
        src/sys/net: route.h

Log Message:
Clean comments and style.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/net/route.h

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

Modified files:

Index: src/sys/net/route.h
diff -u src/sys/net/route.h:1.84 src/sys/net/route.h:1.85
--- src/sys/net/route.h:1.84	Fri Jun  6 01:02:47 2014
+++ src/sys/net/route.h	Tue Feb 24 20:06:09 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: route.h,v 1.84 2014/06/06 01:02:47 rmind Exp $	*/
+/*	$NetBSD: route.h,v 1.85 2015/02/24 20:06:09 roy Exp $	*/
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -147,15 +147,14 @@ struct ortentry {
 #define RTF_MASK	0x80		/* subnet mask present */
 #define RTF_CLONING	0x100		/* generate new routes on use */
 #define RTF_XRESOLVE	0x200		/* external daemon resolves name */
-#define RTF_LLINFO	0x400		/* generated by ARP */
+#define RTF_LLINFO	0x400		/* generated by ARP or NDP */
 #define RTF_STATIC	0x800		/* manually added */
 #define RTF_BLACKHOLE	0x1000		/* just discard pkts (during updates) */
-#define	RTF_CLONED	0x2000		/* this is a cloned route */
+#define RTF_CLONED	0x2000		/* this is a cloned route */
 #define RTF_PROTO2	0x4000		/* protocol specific routing flag */
 #define RTF_PROTO1	0x8000		/* protocol specific routing flag */
 #define RTF_SRC		0x10000		/* route has fixed source address */
-#define	RTF_ANNOUNCE	0x20000		/* announce new arp or ndp entry */
-
+#define RTF_ANNOUNCE	0x20000		/* announce new ARP or NDP entry */
 
 /*
  * Routing statistics.

Reply via email to