net: Remove the IFF_RENAMING flag
This used to be needed when interface renames were broadcast using the
ifnet_departure_event eventhandler, but since commit 349fcf079c
("net: add ifnet_rename_event EVENTHANDLER(9) for interface renaming"),
it has no purpose. Remove it.
Reviewed by: pouria, zlei
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D55171
This commit is contained in:
@@ -761,9 +761,6 @@ Set when the
|
||||
structure of this interface is being released and still has
|
||||
.Va if_refcount
|
||||
references.
|
||||
.It Dv IFF_RENAMING
|
||||
.Aq D
|
||||
Set when this interface is being renamed.
|
||||
.El
|
||||
.Ss "Interface Capabilities Flags"
|
||||
Interface capabilities are specialized features an interface may
|
||||
|
||||
Reference in New Issue
Block a user