]> 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>
Thu, 31 May 2018 15:44:40 +0000 (17:44 +0200)
commit485849c6001e291a7262940e5a89905ace188be1
tree236f3fe423358e72cebf524cf17fce15f15e352f
parentbe5acc2dbca47ecdfee999db083f12fd810d4219
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