diff options
author | 2019-06-17 12:02:44 +0000 | |
---|---|---|
committer | 2019-06-17 12:02:44 +0000 | |
commit | c195ae496c35e6fa0e86a00929bbb269b2a2f917 (patch) | |
tree | b8810d4b25ae8330d48d86e33014fde80380bcda | |
parent | From Leonid Bobrov: add a condition to {beginning,end}-of-buffer to (diff) | |
download | wireguard-openbsd-c195ae496c35e6fa0e86a00929bbb269b2a2f917.tar.xz wireguard-openbsd-c195ae496c35e6fa0e86a00929bbb269b2a2f917.zip |
Adjust comment.
-rw-r--r-- | usr.sbin/bgpd/rde_update.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde_update.c b/usr.sbin/bgpd/rde_update.c index b90f902a603..6e18022cb82 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.115 2019/06/17 11:02:20 claudio Exp $ */ +/* $OpenBSD: rde_update.c,v 1.116 2019/06/17 12:02:44 claudio Exp $ */ /* * Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -467,9 +467,11 @@ up_generate_attr(u_char *buf, int len, struct rde_peer *peer, return (-1); } break; + /* + * multiprotocol attributes are handled elsewhere + */ case ATTR_MP_REACH_NLRI: case ATTR_MP_UNREACH_NLRI: - /* specially handled later one */ break; /* * dump all other path attributes. Following rules apply: |