summaryrefslogtreecommitdiffstats
path: root/lib/prefix.h
diff options
context:
space:
mode:
authorLou Berger <lberger@labn.net>2019-05-02 12:34:17 +0200
committerGitHub <noreply@github.com>2019-05-02 12:34:17 +0200
commiteefbfd1d276d3c31ac87256785f463b840c55797 (patch)
tree1c78b93a46dc5ce031e24209369ee460aa19ca55 /lib/prefix.h
parentMerge pull request #4230 from sworleys/Route-Info-Check (diff)
parenttopotests/bgp_rfapi_basic_sanity: cleanup rfapi using non-debug command (diff)
downloadfrr-eefbfd1d276d3c31ac87256785f463b840c55797.tar.xz
frr-eefbfd1d276d3c31ac87256785f463b840c55797.zip
Merge pull request #4236 from donaldsharp/zebra_diet
Zebra diet
Diffstat (limited to 'lib/prefix.h')
-rw-r--r--lib/prefix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prefix.h b/lib/prefix.h
index d3c387e10..d57b43dac 100644
--- a/lib/prefix.h
+++ b/lib/prefix.h
@@ -466,7 +466,7 @@ extern int is_zero_mac(struct ethaddr *mac);
extern int prefix_str2mac(const char *str, struct ethaddr *mac);
extern char *prefix_mac2str(const struct ethaddr *mac, char *buf, int size);
-extern unsigned prefix_hash_key(void *pp);
+extern unsigned prefix_hash_key(const void *pp);
extern int str_to_esi(const char *str, esi_t *esi);
extern char *esi_to_str(const esi_t *esi, char *buf, int size);