Bug 14731

Summary: The kernel has vlan support but ifconfig won't config it
Product: Base System Reporter: les <les>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.3-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description les 1999-11-05 23:20:01 UTC
	There is vlan support in the ethernet stack, but the function
	in ifconfig required to associate a vlan interface with its parent
	interface and to specify the vlan number for the 802.1Q tag is
	not present.

Fix: I'm attaching context diffs for /usr/src/sbin/ifconfig/ifconfig.c and
	the matching man page.  These changes add a "parent" parameter to
	the ifconfig command to configure the vlan interface for operation.

Context diff to add "parent" parameter.

====== cut ====== cut ====== cut ====== cut ====== cut ====== cut ======

====== cut ====== cut ====== cut ====== cut ====== cut ====== cut ======

Context diff to add parent parameter to man page:

====== cut ====== cut ====== cut ====== cut ====== cut ====== cut ======
How-To-Repeat: 
	Not applicable
Comment 1 jkh freebsd_committer freebsd_triage 1999-12-13 02:07:50 UTC
State Changed
From-To: open->closed

Committed, thanks!