Bug 22884

Summary: By default, ifconfig sets zero IPv6 address lifetime; this patch changes the default and adds command line options
Product: Base System Reporter: Pekka.Nikander <Pekka.Nikander>
Component: miscAssignee: Hajimu UMEMOTO <ume>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1.1-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ifconfig.diff none

Description Pekka.Nikander 2000-11-16 08:10:01 UTC
By default, ifconfig sets zero lifetime for added IPv6 addresses.
With never versions of KAME (recent snap), this causes the 
address to be deprecated almost immediately.  The enclosed patch
changes the default lifetime to infinity, and adds options for
defining vltime and dltime.  Unfortunately, the patch DOES NOT
include the necessary changes to the manual page.

Fix: Apply the following patch.
Comment 1 Hajimu UMEMOTO freebsd_committer freebsd_triage 2000-11-25 20:17:09 UTC
Responsible Changed
From-To: freebsd-bugs->ume

I'll handle this.
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2000-11-27 08:45:30 UTC
State Changed
From-To: open->closed

Thanks.  I just commited.  I'll MFC after a mean time. 
KAME/FreeBSD[34] had same problem.  It was also fixed.