Bug 165384

Summary: [PATCH] rtadvd(8): Add option to suppress RA prefix info
Product: Base System Reporter: Craig Leres <leres>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: leres
Priority: Normal    
Version: 8.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-config.c
none
file.diff none

Description Craig Leres freebsd_committer freebsd_triage 2012-02-22 04:20:11 UTC
	To create a stateful IPv6 DHCP environment, routing
	advertisement messages must set the "managed" flag, may
	optionally set the "other stateful" flag and must not include
	any prefix information; including prefix information in
	router advertisemessages explicitly allows clients to use
	stateless address autoconfiguration.

	rtadvd does not provide a configuration option to suppress
	prefix info. If you do not explicitly specify one or more
	"addr" options, rtadvd automatically discovers prefixes by
	iterating over the interfaces.

Fix: The attached patches add a "noprefix" option to rtadvd.conf.
Comment 1 Craig Leres freebsd_committer freebsd_triage 2013-01-29 08:26:55 UTC
It appears this issue was solved by svn r222732; please close this PR.

Thanks!

		Craig
Comment 2 Mark Johnston freebsd_committer freebsd_triage 2013-01-29 14:43:34 UTC
State Changed
From-To: open->closed

Requested by submitter. r222732 has been MFCed.