[Bug 270628] ifconfig destroy epair parent not destroying child vlan sub-interfaces

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 03 Apr 2023 17:16:58 UTC
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: bugs@FreeBSD.org
          Reporter: jlduran@gmail.com

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.