diff options
Diffstat (limited to 'usr.sbin/bgpd/rde_update.c')
-rw-r--r-- | usr.sbin/bgpd/rde_update.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/rde_update.c b/usr.sbin/bgpd/rde_update.c index f730b89952a..5a712d28498 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.22 2004/07/05 02:13:44 henning Exp $ */ +/* $OpenBSD: rde_update.c,v 1.23 2004/07/13 17:57:20 jaredy Exp $ */ /* * Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -262,7 +262,7 @@ up_generate_updates(struct rde_peer *peer, if (old->aspath->peer->conf.ebgp == 0 && peer->conf.ebgp == 0) { /* * redistribution rules: - * 1. if annouce is set -> announce + * 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 @@ -357,7 +357,7 @@ up_generate_updates(struct rde_peer *peer, if (new->aspath->peer->conf.ebgp == 0 && peer->conf.ebgp == 0) { /* * redistribution rules: - * 1. if annouce is set -> announce + * 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 |