Bug 18311

Summary: 4-STABLE rc.network6 1.5.2.1 needs MFC of 1.7->1.8
Product: Base System Reporter: Jonathan Hanna <jh>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description Jonathan Hanna 2000-04-30 18:20:01 UTC
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.

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] | '')
How-To-Repeat: 
	enable IPv6
	set stf_interface_ipv4addr
Comment 1 pangolin 2000-06-07 04:29:22 UTC
Please close conf/18311, it was fixed on May 17.

Jonathan Hanna <pangolin@home.com>
Comment 2 nbm freebsd_committer freebsd_triage 2000-07-14 16:01:46 UTC
State Changed
From-To: open->closed

Originator confirms that the MFC in question was performed on May 17. 


Thanks for the report!