diff options
author | Muhammad Saheed <saheed@FreeBSD.org> | 2025-08-18 13:50:08 +0000 |
---|---|---|
committer | Aymeric Wibo <obiwac@FreeBSD.org> | 2025-08-18 13:51:10 +0000 |
commit | 39dbadb7a410f3955540041848d669264266e552 (patch) | |
tree | f363eaab77fecb6a9ac821013a681811cfeaf4f3 /usr.sbin/ntp/(public-mirror) | |
parent | 9a3edc8d5dbcb896179cfa7867f961184e146a09 (diff) |
IFF_UP could previously only be unset via RTM_NEWLINK. Requests to set
IFF_UP, though they succeed, did not actually set the flag.
RTM_NEWLINK messages with ifi_change=0 are treated as
ifi_change=0xFFFFFFFF, modifying all the link flags (currently IFF_UP
and IFF_PROMISC) to match the behavior seen on Linux.
Reviewed by: obiwac, kp, mckusick (mentor)
Approved by: obiwac, mckusick (mentor)
Sponsored by: Google LLC (GSoC)
Differential Revision: https://reviews.freebsd.org/D51871
Diffstat (limited to 'usr.sbin/ntp/(public-mirror)')
0 files changed, 0 insertions, 0 deletions