Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/rc.d comment correction: 127/8 must not leave the node (...
details: https://anonhg.NetBSD.org/src/rev/d1dfa2d722eb
branches: trunk
changeset: 504417:d1dfa2d722eb
user: itojun <itojun%NetBSD.org@localhost>
date: Fri Mar 02 03:07:29 2001 +0000
description:
comment correction: 127/8 must not leave the node (RFC1122)
diffstat:
etc/rc.d/network | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 99d91d1a021e -r d1dfa2d722eb etc/rc.d/network
--- a/etc/rc.d/network Fri Mar 02 02:05:36 2001 +0000
+++ b/etc/rc.d/network Fri Mar 02 03:07:29 2001 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: network,v 1.30 2001/01/13 13:26:36 itojun Exp $
+# $NetBSD: network,v 1.31 2001/03/02 03:07:29 itojun Exp $
#
# PROVIDE: network
@@ -61,7 +61,7 @@
#
ifconfig lo0 inet 127.0.0.1
- # According to RFC1122, 127.0.0.0/8 should not leave the node.
+ # According to RFC1122, 127.0.0.0/8 must not leave the node.
#
route add -inet 127.0.0.0 -netmask 0xff000000 127.0.0.1 -reject
Home |
Main Index |
Thread Index |
Old Index