Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Update comment on RTM_CHGADDR to describe better wha...
details: https://anonhg.NetBSD.org/src/rev/5625573c5145
branches: trunk
changeset: 761386:5625573c5145
user: dyoung <dyoung%NetBSD.org@localhost>
date: Wed Jan 26 00:58:36 2011 +0000
description:
Update comment on RTM_CHGADDR to describe better what it's for.
diffstat:
sys/net/route.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e2fac15fc672 -r 5625573c5145 sys/net/route.h
--- a/sys/net/route.h Wed Jan 26 00:57:47 2011 +0000
+++ b/sys/net/route.h Wed Jan 26 00:58:36 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: route.h,v 1.76 2010/11/12 16:30:26 roy Exp $ */
+/* $NetBSD: route.h,v 1.77 2011/01/26 00:58:36 dyoung Exp $ */
/*
* Copyright (c) 1980, 1986, 1993
@@ -223,7 +223,7 @@
* address has changed
*/
#define RTM_IFINFO 0x14 /* iface/link going up/down etc. */
-#define RTM_CHGADDR 0x15 /* address has changed on iface */
+#define RTM_CHGADDR 0x15 /* address properties changed */
#define RTV_MTU 0x1 /* init or lock _mtu */
#define RTV_HOPCOUNT 0x2 /* init or lock _hopcount */
Home |
Main Index |
Thread Index |
Old Index