| Summary: | 4-STABLE rc.network6 1.5.2.1 needs MFC of 1.7->1.8 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Jonathan Hanna <jh> |
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
Please close conf/18311, it was fixed on May 17. Jonathan Hanna <pangolin@home.com> State Changed From-To: open->closed Originator confirms that the MFC in question was performed on May 17. Thanks for the report! |
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