diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-12-20 17:39:59 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-12-20 17:39:59 +0100 |
commit | 256cc8ee0867d7f5314d3a3d7db5429d2bf16b4e (patch) | |
tree | 5199a019763e2f6225434f1b8fb23266e75316c0 /proto/bgp/packets.c | |
parent | eeba61ccd5d1757fd79fcb0cd42b8dee9f941d7e (diff) |
BGP: Report capabilities in show protocols all
Diffstat (limited to 'proto/bgp/packets.c')
-rw-r--r-- | proto/bgp/packets.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c index 1ae75a64..43149a0c 100644 --- a/proto/bgp/packets.c +++ b/proto/bgp/packets.c @@ -185,9 +185,6 @@ bgp_create_notification(struct bgp_conn *conn, byte *buf) /* Capability negotiation as per RFC 5492 */ -#define WALK_AF_CAPS(caps,ac) \ - for (ac = caps->af_data; ac < &caps->af_data[caps->af_count]; ac++) - const struct bgp_af_caps * bgp_find_af_caps(struct bgp_caps *caps, u32 afi) { |