]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Fix data type
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 11 Apr 2018 13:34:40 +0000 (09:34 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Apr 2018 16:39:17 +0000 (12:39 -0400)
commitf27f864ebe5d997b1f86f83e2b2159a4e75d71de
treef6a1db131e900629892611d3368837e3fe066f62
parentfb3d9f3e0fe74eb141325a11983db2d9d09d877a
bgpd: Fix data type

The data type for a variable in bgp_ecommunity.c was
a non-standard type and was causing build failures
on some more obscure build targets.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_ecommunity.c