]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Use the actual pointer type instead of a void
authorDonald Sharp <sharpd@nvidia.com>
Mon, 10 Apr 2023 18:02:18 +0000 (14:02 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 10 Apr 2023 18:14:01 +0000 (14:14 -0400)
commitef96e3753fe47de1edd0d5640bc30329ae55508a
tree1e2f1c091de4422e3e6d06917fd0f34abf1a9937
parent48055cc48e54a9804ab8aded3a341e3b593a7111
bgpd: Use the actual pointer type instead of a void

Let's cut to the chase, we know the pointer type and
it allows us to not to some gyrations.

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