https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270628
Bug ID: 270628
Summary: ifconfig destroy epair parent not destroying child
vlan sub-interfaces
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
When creating vlan sub-interfaces from an epair, and then destroying the parent
epair interface, the child interfaces are not destroyed:
# ifconfig epair create
epair0a
# ifconfig epair0a.1 create
# ifconfig -l
... epair0a epair0b epair0a.1
# ifconfig epair0a destroy
# ifconfig -l
... epair0a.1
--
You are receiving this mail because:
You are the assignee for the bug.