(peer->castflags & MDF_BCLNT) to detect ephemeral broadcastclient
associations to exempt from peer_clear("XFAC")
bk: 4b0225c6TAVAd4S4kemfUVbARVyduw
+* [Bug 1378] Unnecessary resetting of peers during interface update.
(4.2.5p245-RC) 2009/11/14 Released by Harlan Stenn <stenn@ntp.org>
* Cleanup from Dave Mills.
* [Bug 1343] sntp illegal C does not compile on Solaris 7.
* clear crypto if we change the local address
*/
if (peer->dstadr != piface && !(peer->cast_flags &
- (MDF_ACAST | MDF_BCLNT)))
+ MDF_ACAST) && peer->pmode != MODE_BROADCAST)
peer_clear(peer, "XFAC");
/*