]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Use a more appropriate memory type for a string
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 10 Oct 2018 00:16:37 +0000 (20:16 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 10 Oct 2018 00:16:37 +0000 (20:16 -0400)
commit330cec3de07108b6fcf3d47358a2471d68a0881b
tree2ff050d0fd7f6e57d4ba6984c36b51b710b1f970
parent13894ce894b91f4242da3edce8f1cb0448b47f3d
bgpd: Use a more appropriate memory type for a string

Track the memory type associated with the bartian address
interface a bit better, instead of using MTYPE_TMP.

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