summaryrefslogtreecommitdiff
path: root/bgpd/rfapi/vnc_export_table.c
diff options
context:
space:
mode:
authorSri Mohana Singamsetty <srimohans@gmail.com>2020-03-26 19:07:36 -0700
committerGitHub <noreply@github.com>2020-03-26 19:07:36 -0700
commit0298bb01bb71a33a8d4cbdb676a9ad0e8d5987e7 (patch)
tree7ff68371b00434ff3dac4d169d0f214e7a8fe2e2 /bgpd/rfapi/vnc_export_table.c
parent762d514faba86051196f4806c083b59886157e82 (diff)
parentb54892e0ea247f52beea96855734919f80de5217 (diff)
Merge pull request #6085 from donaldsharp/bgp_node_get_prefix
Bgp node get prefix
Diffstat (limited to 'bgpd/rfapi/vnc_export_table.c')
-rw-r--r--bgpd/rfapi/vnc_export_table.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bgpd/rfapi/vnc_export_table.c b/bgpd/rfapi/vnc_export_table.c
index 8bf1479a25..255f868bdf 100644
--- a/bgpd/rfapi/vnc_export_table.c
+++ b/bgpd/rfapi/vnc_export_table.c
@@ -165,8 +165,9 @@ void vnc_eti_delete(struct vnc_export_info *goner)
struct vnc_export_info *vnc_eti_checktimer(struct bgp *bgp,
vnc_export_type_t etype,
- struct prefix *p, struct peer *peer,
- uint8_t type, uint8_t subtype)
+ const struct prefix *p,
+ struct peer *peer, uint8_t type,
+ uint8_t subtype)
{
struct agg_node *etn;
struct vnc_export_info *eti;