]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix old vpn command compilation failures 8382/head
authorTrey Aspelund <taspelund@nvidia.com>
Thu, 1 Apr 2021 01:10:12 +0000 (01:10 +0000)
committerTrey Aspelund <taspelund@nvidia.com>
Thu, 1 Apr 2021 01:36:02 +0000 (01:36 +0000)
commit4ad4ae649281f487453ae5de90145d09b114dffb
tree0d84ddc36c3dfdea6b1ee39c3986e7c2086a1b05
parent22bfb2a623d1787199f9b7d8d8225f7e51f7836e
bgpd: fix old vpn command compilation failures

set_vpn_nexthop/no_set_vpn_nexthop were failing due to missing
declarations and unused variables.
This adds the missing declaration and removes unused variables.

Signed-off-by: Trey Aspelund <taspelund@nvidia.com>
bgpd/bgp_route.c
bgpd/bgp_routemap.c