Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2000 10:17:17 -0700 (PDT)
From:      Jonathan Hanna <jh@cr1003333-a.crdva1.bc.home.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/18311: 4-STABLE rc.network6 1.5.2.1 needs MFC of 1.7->1.8
Message-ID:  <200004301717.KAA02474@cr1003333-a.crdva1.bc.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         18311
>Category:       conf
>Synopsis:       4-STABLE rc.network6 1.5.2.1 needs MFC of 1.7->1.8
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 30 10:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Hanna
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

4-STABLE running IPv6

>Description:

A bogus comma snuck into rc.network6 in 1.7 and was quickly
removed in 1.8, but not before it migrated to 1.5.2.1, which
remains the latest on RELENG_4.

>How-To-Repeat:

	enable IPv6
	set stf_interface_ipv4addr

>Fix:

MFC of:

--- rc.network6	2000/03/28 17:46:02	1.7
+++ rc.network6	2000/04/06 00:24:52	1.8
@@ -263,7 +263,7 @@
 		IFS=".$IFS"
 		set ${stf_interface_ipv4addr}
 		IFS="$OIFS"
-		ipv4_in_hexformat=`printf "%x:%x\n", \
+		ipv4_in_hexformat=`printf "%x:%x\n" \
 			$(($1*256 + $2)) $(($3*256 + $4))`
 		case ${stf_interface_ipv6_ifid} in
 		[Aa][Uu][Tt][Oo] | '')

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004301717.KAA02474>