]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Make label processing guaranteed to be unique
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 19 Dec 2018 00:34:22 +0000 (19:34 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 19 Dec 2018 14:42:45 +0000 (09:42 -0500)
commitc2519893e0240d06c90bc7efa825875d69bdf148
tree2f36171caf8abf878433cffc9981b3700a5d278d
parent4dd39a0ec46d3298a8c7fcda3cb94a50d0f0e533
zebra: Make label processing guaranteed to be unique

The label processing for socket installs was not ensuring
that each nexthop would not accidently use the last
nexthops value.

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