]> 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)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 11 Apr 2023 06:36:08 +0000 (06:36 +0000)
commit3235edd171af74afdc1166d31cf03f723b20447e
treeedea149f121228e9cff3ffc9b678f8a737655f06
parent7692f6a663f5ad0f24c59a17796422a9c61844a3
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>
(cherry picked from commit ef96e3753fe47de1edd0d5640bc30329ae55508a)
bgpd/bgp_mplsvpn.c