diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-11-11 13:29:38 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-11-11 13:29:38 +0000 |
commit | 3973b08694a9af323e4780766ebe2f88a06549aa (patch) | |
tree | 1a21aabee6d00bd225046d91f404c6a8be66a754 /usr.sbin/bgpd | |
parent | 7783ba93f6ac101229d1f569eb4e70ddeb033bc2 (diff) |
spaces at EOL in comments, spotted by theo
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r-- | usr.sbin/bgpd/rde.c | 4 | ||||
-rw-r--r-- | usr.sbin/bgpd/rde_update.c | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/bgpd/rde.c b/usr.sbin/bgpd/rde.c index ce967053584..3ebaf921537 100644 --- a/usr.sbin/bgpd/rde.c +++ b/usr.sbin/bgpd/rde.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.c,v 1.148 2004/11/11 13:14:45 claudio Exp $ */ +/* $OpenBSD: rde.c,v 1.149 2004/11/11 13:29:37 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -1221,7 +1221,7 @@ rde_get_mp_nexthop(u_char *data, u_int16_t len, u_int16_t afi, bzero(&nexthop, sizeof(nexthop)); switch (afi) { case AFI_IPv6: - /* + /* * RFC2545 describes that there may be a link-local * address carried in nexthop. Yikes! * This is not only silly, it is wrong and we just ignore diff --git a/usr.sbin/bgpd/rde_update.c b/usr.sbin/bgpd/rde_update.c index 4f599c61acc..ec28218725f 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.32 2004/11/11 13:06:45 claudio Exp $ */ +/* $OpenBSD: rde_update.c,v 1.33 2004/11/11 13:29:37 henning Exp $ */ /* * Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -278,7 +278,7 @@ up_generate_updates(struct rde_peer *peer, /* * route reflector redistribution rules: * 1. if announce is set -> announce - * 2. old non-client, new non-client -> no + * 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 @@ -320,7 +320,7 @@ up_generate_updates(struct rde_peer *peer, return; /* - * Don't send messages back to originator + * Don't send messages back to originator * this is not specified in the RFC but seems logical. */ if ((attr = attr_optget(old->aspath, @@ -375,7 +375,7 @@ up_generate_updates(struct rde_peer *peer, /* * route reflector redistribution rules: * 1. if announce is set -> announce - * 2. old non-client, new non-client -> no + * 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 @@ -449,7 +449,7 @@ up_generate_updates(struct rde_peer *peer, } /* - * Don't send messages back to originator + * Don't send messages back to originator * this is not specified in the RFC but seems logical. */ if ((attr = attr_optget(new->aspath, |