From: claudio Date: Tue, 20 Apr 2021 11:19:56 +0000 (+0000) Subject: Update comment to be less confusing (I hope) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9709a516a9e07fd58a4890b82c2d8074d1600bdc;p=openbsd Update comment to be less confusing (I hope) --- diff --git a/usr.sbin/bgpd/rde_update.c b/usr.sbin/bgpd/rde_update.c index ac8862e60dd..0d7193af0d1 100644 --- a/usr.sbin/bgpd/rde_update.c +++ b/usr.sbin/bgpd/rde_update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_update.c,v 1.125 2021/03/02 09:45:07 claudio Exp $ */ +/* $OpenBSD: rde_update.c,v 1.126 2021/04/20 11:19:56 claudio Exp $ */ /* * Copyright (c) 2004 Claudio Jeker @@ -69,10 +69,10 @@ up_test_update(struct rde_peer *peer, struct prefix *p) /* * route reflector redistribution rules: * 1. if announce is set -> announce - * 2. old non-client, new non-client -> no - * 3. old client, new non-client -> yes - * 4. old non-client, new client -> yes - * 5. old client, new client -> yes + * 2. from non-client, to non-client -> no + * 3. from client, to non-client -> yes + * 4. from non-client, to client -> yes + * 5. from client, to client -> yes */ if (frompeer->conf.reflector_client == 0 && peer->conf.reflector_client == 0 &&