aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ntp/(public-mirror)
diff options
context:
space:
mode:
authorMuhammad Saheed <saheed@FreeBSD.org>2025-08-18 13:50:08 +0000
committerAymeric Wibo <obiwac@FreeBSD.org>2025-08-18 13:51:10 +0000
commit39dbadb7a410f3955540041848d669264266e552 (patch)
treef363eaab77fecb6a9ac821013a681811cfeaf4f3 /usr.sbin/ntp/(public-mirror)
parent9a3edc8d5dbcb896179cfa7867f961184e146a09 (diff)
netlink: Fix IFF_UP flag handling in RTM_NEWLINK's modify_link handlerHEADmain
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