Skip to content

Commit

Permalink
ntp: Undo upstream (ntp.org) fix for upstream Bug 3851
Browse files Browse the repository at this point in the history
The patch for upstream (ntp.org) fix for upstream Bug 3851 may have
fixed a Linux bug but it caused a regression when ntpd is run on
FreeBSD.

Suggested that so@ publish an errata and merge this to releng/14.2.

PR:		283116
MFH:		3 days
  • Loading branch information
cschuber committed Dec 23, 2024
1 parent 3a56015 commit 98e34e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/ntp/ntpd/ntp_proto.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ transmit(
return;
}

#if 0
/* [Bug 3851] drop pool servers which can no longer be reached. */
if (MDF_PCLNT & peer->cast_flags) {
if ( (IS_IPV6(&peer->srcadr) && !nonlocal_v6_addr_up)
Expand All @@ -479,6 +480,7 @@ transmit(
return;
}
}
#endif

/*
* In unicast modes the dance is much more intricate. It is
Expand Down

0 comments on commit 98e34e8

Please sign in to comment.