diff options
| author | Stephen Worley <sworley@nvidia.com> | 2021-06-24 12:46:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-24 12:46:31 -0400 |
| commit | a7c91c4246d8560a41367a8c331f17b45e31d04a (patch) | |
| tree | 2ffe88a3631e2a58473bb682fec6a885427101bc /zebra/rib.h | |
| parent | 7bee25fa2005ee27498b19793fecf2e083d36c05 (diff) | |
| parent | 072b487b8f1b07829ccc547627ef7a0aa84ab289 (diff) | |
Merge pull request #8731 from mjstapp/fix_pw_backups
zebra: Fix pseudowires with backup nexthops
Diffstat (limited to 'zebra/rib.h')
| -rw-r--r-- | zebra/rib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index 75d7ae1b67..957f38602a 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -401,7 +401,7 @@ extern void rib_delete(afi_t afi, safi_t safi, vrf_id_t vrf_id, int type, bool fromkernel); extern struct route_entry *rib_match(afi_t afi, safi_t safi, vrf_id_t vrf_id, - union g_addr *addr, + const union g_addr *addr, struct route_node **rn_out); extern struct route_entry *rib_match_ipv4_multicast(vrf_id_t vrf_id, struct in_addr addr, |
