mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
ntp: Undo upstream (ntp.org) fix for upstream Bug 3851
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 (cherry picked from commit 98e34e8e255767e18dd8a6c348cff8bfc01b2662)
This commit is contained in:
parent
5403bb70cf
commit
a653e8317f
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
@ -479,6 +480,7 @@ transmit(
|
|||
return;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* In unicast modes the dance is much more intricate. It is
|
||||
|
|
|
|||
Loading…
Reference in a new issue