]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/if_rmap.c
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / lib / if_rmap.c
index 2c686ecb852e20effb0eac5a5e96b9bfcc32b843..108ab7ec6b5dacc737970eae4fb60dbbf766938e 100644 (file)
@@ -117,7 +117,7 @@ static unsigned int if_rmap_hash_make(void *data)
        return string_hash_make(if_rmap->ifname);
 }
 
-static int if_rmap_hash_cmp(const void *arg1, const void *arg2)
+static bool if_rmap_hash_cmp(const void *arg1, const void *arg2)
 {
        const struct if_rmap *if_rmap1 = arg1;
        const struct if_rmap *if_rmap2 = arg2;