On Tue, Jun 14, 2016 at 8:07 PM, Christian Franke <
ch...@opensourcerouting.org> wrote:

Hello Christian,

+  rv = bgp_show (vty, bgp, afi, safi,
> +                 (exact ? bgp_show_type_community_exact :
> +                         bgp_show_type_community), com);
> +  community_free(com);
>

The usage of the new API is safer.
If the quagga testing were not using sockunion_str2su(), this command could
have been removed.
It is possible to mention in the commit log the memory leak related to
community structure ?

Thanks,
Regards,

Philippe
Signed-off-by: Philippe Guibert <philippe.guib...@6wind.com>
_______________________________________________
Quagga-dev mailing list
Quagga-dev@lists.quagga.net
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to