Bug 18621

Summary: Adding ip6fw/firewall support for IPv6 to rc.*
Product: Base System Reporter: James Housley <jim>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description James Housley 2000-05-17 14:10:00 UTC
	The attached patch will and the capibility to /etc/defaults/rc.conf
	to specify IPv6 firewall variables.  /etc/rc.network will call
	/etc/rc.firewall6 as a default IPv6 firewall script.  BTW the
	sample rules need LOTS of work, but the framework is there.  
	/etc/rc.firewall needs to be modified to allow IPv6 packets to
	pass by default so the can be handled the the IPv6 firewall.
Comment 1 Hajimu UMEMOTO freebsd_committer freebsd_triage 2000-10-29 19:59:48 UTC
State Changed
From-To: open->closed

Thanks!  I just committed new rc.network6 and rc.firewall6. 
The rules should be brushed up.