Bug 29812

Summary: ifconfig plumb does not work
Product: Base System Reporter: jonny <jonny>
Component: binAssignee: Brooks Davis <brooks>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-PRERELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jonny 2001-08-17 18:10:01 UTC
    Network clone interfaces should be created with ifconfig create
command, but an alias referenced in the manal is "ifconfig plumb".
Since "create" is a special case in the ifconfig sources, it had to be
trated out of the main command list array.  In that array, plumb is
referenced but not used.  In the special case, plumb is not referenced.

    (I would also change the ifconfig manual to reference the word
"clone" somewhere near the create option)

How-To-Repeat: 	
	ifconfig gif0 plumb
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2001-08-17 18:27:47 UTC
Responsible Changed
From-To: freebsd-bugs->brooks

Brooks Davis introduced ifconfig plumb, he should know 
what to do with this.
Comment 2 Brooks Davis freebsd_committer freebsd_triage 2001-08-17 23:18:19 UTC
State Changed
From-To: open->closed

Committed similar patch.