On 2010-05-12, Uwe Klein <uwe_klein_habertw...@t-online.de> wrote:
>> "Laurent Archambault" <archi.laur...@gmail.com> wrote in message 
>
>>> After many search, i has not find my answer, whay do it mean the status
>>> "XFAC" (?).
>
> grep -A1 -B2 XFAC $(find .  -type f)
>
> ntp_peer.c-              if (peer->dstadr != piface && !(peer->cast_flags &
> ntp_peer.c-                  MDF_ACAST) && peer->pmode != MODE_BROADCAST)
> ntp_peer.c:                      peer_clear(peer, "XFAC");
> ntp_peer.c-

> now what kind of peer would be tagged "XFAC" ??
>
> inquisitive minds want to know ;-)

There is a comment before that hunk:

/*
 * clear crypto if we change the local address
 */

So it would seem the string is used when the network interface which is
used to send packets to the peer has changed its address and the crypto
stuff had to be reset.

-- 
Miroslav Lichvar

_______________________________________________
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions

Reply via email to