diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-03-16 14:06:58 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-03-16 14:06:58 +0000 |
commit | 22d8bd301c45b22820a4fe77be20e137bf9e39b5 (patch) | |
tree | 8371ab65216ea69cf47c1a16bc24704b1ebd6b54 /usr.sbin/bgpd/rde.c | |
parent | 1eb683fb2fb1cc993e0dfbbee87a962ca116f451 (diff) |
A few more s/2858/4760/ and use RFC <number> everywhere.
Diffstat (limited to 'usr.sbin/bgpd/rde.c')
-rw-r--r-- | usr.sbin/bgpd/rde.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde.c b/usr.sbin/bgpd/rde.c index 8c9c858da77..783a6c25012 100644 --- a/usr.sbin/bgpd/rde.c +++ b/usr.sbin/bgpd/rde.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.c,v 1.221 2007/03/16 13:52:30 claudio Exp $ */ +/* $OpenBSD: rde.c,v 1.222 2007/03/16 14:06:57 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -790,7 +790,7 @@ rde_update_dispatch(struct imsg *imsg) if ((pos = rde_update_get_prefix(p, len, &prefix, &prefixlen)) == -1) { /* - * the rfc does not mention what we should do in + * the RFC does not mention what we should do in * this case. Let's do the same as in the NLRI case. */ log_peer_warnx(&peer->conf, "bad withdraw prefix"); |