From d08fac3c653e796237f9c86d218ef6852d0fa11d Mon Sep 17 00:00:00 2001 From: itojun <> Date: Thu, 9 Dec 1999 13:59:57 +0000 Subject: [PATCH] do not perform IPv6 initialization for loopback interface. MUST make lo0 up before any IPv6 operations. it will be considered a pilot error if you don't. (I prefer to have lo0 initialized automatically) --- src/etc/netstart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/netstart b/src/etc/netstart index f945b1f3..403c8c0c 100644 --- a/src/etc/netstart +++ b/src/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.51 1999/09/01 18:07:34 deraadt Exp $ +# $OpenBSD: netstart,v 1.52 1999/12/09 13:59:57 itojun Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { @@ -36,6 +36,7 @@ else fi # set the address for the loopback interface +# it will also initialize IPv6 address for lo0 (::1 and others). ifconfig lo0 inet localhost # use loopback, not the wire