diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-18 00:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-18 00:44:45 +0000 |
commit | 06b5692938ba2ad37b58824a84b1fccc85de39c2 (patch) | |
tree | 7b738dd3fe66dab03d9dd940320d550d12c0a161 | |
parent | dbc151bb711b1d87efc2d1d07ba2dd45a6a6f28d (diff) |
spacing
-rw-r--r-- | usr.sbin/bgpd/mrt.h | 4 | ||||
-rw-r--r-- | usr.sbin/bgpd/rde_decide.c | 6 | ||||
-rw-r--r-- | usr.sbin/bgpd/rde_rib.c | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/bgpd/mrt.h b/usr.sbin/bgpd/mrt.h index cd5922449f8..62a87539728 100644 --- a/usr.sbin/bgpd/mrt.h +++ b/usr.sbin/bgpd/mrt.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mrt.h,v 1.8 2004/01/06 10:51:14 claudio Exp $ */ +/* $OpenBSD: mrt.h,v 1.9 2004/01/18 00:44:44 deraadt Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> @@ -80,7 +80,7 @@ enum MRT_BGP4MP_TYPES { /* If the type is PROTOCOL_BGP4MP and the subtype is either BGP4MP_STATE_CHANGE * or BGP4MP_MESSAGE the message consists of a common header plus the payload. * Header format: - * + * * +--------+--------+--------+--------+ * | source_as | dest_as | * +--------+--------+--------+--------+ diff --git a/usr.sbin/bgpd/rde_decide.c b/usr.sbin/bgpd/rde_decide.c index d5ddf19e674..34e24e01dc4 100644 --- a/usr.sbin/bgpd/rde_decide.c +++ b/usr.sbin/bgpd/rde_decide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_decide.c,v 1.22 2004/01/17 19:35:36 claudio Exp $ */ +/* $OpenBSD: rde_decide.c,v 1.23 2004/01/18 00:44:44 deraadt Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> @@ -160,7 +160,7 @@ prefix_cmp(struct prefix *p1, struct prefix *p2) return (asp1->flags.med - asp2->flags.med); /* - * 6. EBGP is cooler than IBGP + * 6. EBGP is cooler than IBGP * It is absolutely important that the ebgp value in peer_config.ebgp * is bigger than all other ones (IBGP, confederations) */ @@ -599,7 +599,7 @@ up_generate_attr(struct rde_peer *peer, struct update_attr *upa, * 2. non-transitive attrs: don't re-announce * 3. transitive known attrs: announce unmodified * 4. transitive unknown attrs: set partial bit and re-announce - */ + */ TAILQ_FOREACH(oa, &a->others, attr_l) { switch (oa->type) { case ATTR_ATOMIC_AGGREGATE: diff --git a/usr.sbin/bgpd/rde_rib.c b/usr.sbin/bgpd/rde_rib.c index 6957ded483c..fa08d390b1e 100644 --- a/usr.sbin/bgpd/rde_rib.c +++ b/usr.sbin/bgpd/rde_rib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_rib.c,v 1.25 2004/01/17 19:35:36 claudio Exp $ */ +/* $OpenBSD: rde_rib.c,v 1.26 2004/01/18 00:44:44 deraadt Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> @@ -909,7 +909,7 @@ prefix_destroy(struct prefix *p) /* * helper function to clean up the connected networks after a reload - */ + */ void prefix_network_clean(struct rde_peer *peer, time_t reloadtime) { |