From d1616a33253f734286e44813f152bae12a2bb176 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 13 Jan 2004 08:36:57 +0000 Subject: [PATCH] repair v6 lo0 documentation --- src/etc/netstart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/netstart b/src/etc/netstart index bf800a27..daf1a3bb 100644 --- a/src/etc/netstart +++ b/src/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.92 2004/01/11 06:07:16 deraadt Exp $ +# $OpenBSD: netstart,v 1.93 2004/01/13 08:36:57 deraadt Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { @@ -194,8 +194,8 @@ if [ -f /etc/defaultdomain ]; then domainname `cat /etc/defaultdomain` fi -# Set the address for the loopback interface. -# It will also initialize IPv6 address for lo0 (::1 and others). +# Set the address for the loopback interface. Bringing the +# interface up, automatically invokes the IPv6 address ::1) ifconfig lo0 inet 127.0.0.1 if ifconfig lo0 inet6 >/dev/null 2>&1; then