]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: add missing ecommunity flowspec to display
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 17 May 2018 07:30:28 +0000 (09:30 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 25 May 2018 13:49:38 +0000 (15:49 +0200)
commit1ef3c51f9418206e0e445455acfa6e62e699e7ef
treef9a7b7e7f8c3a8cc362a203796829ac3f92d2b0f
parentdc94b5175d186b377975577bb05c50000f7c2aca
bgpd: add missing ecommunity flowspec to display

On some cases, the ecommunity flowspec for redirect vrf is not displayed
in all cases. On top of that, display the values if ecom can no be
decoded.
Also, sub_type and type are changed from int to u_int8_t, because the
values contains match the type and sub type of extended communities.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_ecommunity.c