It doesn't work and the code is so old it won't work with any vendor,
so I don't want to fix it. Skip this path for now.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
break;
case BGP_MSG_CAPABILITY:
frrtrace(2, frr_bgp, capability_process, peer, size);
+#ifdef FUZZING
+ /* This shit is 1. buggy 2. not worth fixing */
+ break;
+#endif
atomic_fetch_add_explicit(&peer->dynamic_cap_in, 1,
memory_order_relaxed);
mprc = bgp_capability_receive(peer, size);