diff options
-rw-r--r-- | usr.sbin/bgpd/rde_filter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde_filter.c b/usr.sbin/bgpd/rde_filter.c index 1b354fbf1f9..ed558c5174c 100644 --- a/usr.sbin/bgpd/rde_filter.c +++ b/usr.sbin/bgpd/rde_filter.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_filter.c,v 1.19 2004/09/28 12:09:31 claudio Exp $ */ +/* $OpenBSD: rde_filter.c,v 1.20 2004/09/28 14:08:38 henning Exp $ */ /* * Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -67,7 +67,7 @@ rde_apply_set(struct rde_aspath *asp, struct filter_set *set, sa_family_t af, return; if (set->flags & SET_PREPEND_SELF && dir != DIR_DEFAULT_IN) { - /* don't apply if this is a incomming default override */ + /* don't apply if this is a incoming default override */ as = rde_local_as(); prepend = set->prepend_self; new = aspath_prepend(asp->aspath, as, prepend); |