Bug 68618 - When destroying and creating vlan with same id get 'SIOCIFCREATE: File exists'
Summary: When destroying and creating vlan with same id get 'SIOCIFCREATE: File exists'
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 5.2-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: Brooks Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-02 22:40 UTC by Laurynas
Modified: 2004-07-22 23:51 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurynas 2004-07-02 22:40:22 UTC
When destroying and creating vlan with same id get 'SIOCIFCREATE: File exists'

How-To-Repeat: sandbox# ifconfig vlan350 create
sandbox# ifconfig vlan350 destroy
sandbox# ifconfig vlan350
ifconfig: interface vlan350 does not exist
sandbox# ifconfig vlan350 create
ifconfig: SIOCIFCREATE: File exists
Comment 1 Brooks Davis freebsd_committer freebsd_triage 2004-07-22 23:08:40 UTC
Responsible Changed
From-To: freebsd-bugs->brooks

This is my bug.
Comment 2 Brooks Davis freebsd_committer freebsd_triage 2004-07-22 23:51:13 UTC
State Changed
From-To: open->closed

Fixed in if_vlan.c rev 1.71.  Thanks for the report.