Bug 29090

Summary: add `no_rip_out' option to routed
Product: Base System Reporter: mab <mab>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: matt
Priority: Normal    
Version: 4.3-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description mab 2001-07-19 23:50:01 UTC
	routed permits you to turn off input (but not output) on an
	interface.  For symmetry, it'd be nice to be able to turn off
	output, but not input.  The attached patch does this.

	Note that interfaces marked `no_rip_out' are not completely
	silent.  They will respond to queries and they will transmit a
	RIP request on startup.  They will not, however, broadcast or
	multicast periodic updates.
Comment 1 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2002-04-07 18:01:24 UTC
State Changed
From-To: open->closed

Committed, thanks!