diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-07-20 10:16:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-20 10:16:46 -0400 |
| commit | d8525635f335a3b7ffacea7cd65040c39742c079 (patch) | |
| tree | 9c639c1616bf3fc208cc20d3400f63cb1fb5f29a /lib/prefix.h | |
| parent | 46b47720a23d3615bebda73d92867d4075fa1be4 (diff) | |
| parent | 725f61150eac3afe2341213190e75563ea646b7e (diff) | |
Merge pull request #14003 from iqras23/coverity
bgpd: Fix coverity for EVPN
Diffstat (limited to 'lib/prefix.h')
| -rw-r--r-- | lib/prefix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/prefix.h b/lib/prefix.h index 90b792b33c..7ca525e762 100644 --- a/lib/prefix.h +++ b/lib/prefix.h @@ -427,6 +427,7 @@ extern int prefix_cmp(union prefixconstptr ua, union prefixconstptr ub); extern int prefix_common_bits(union prefixconstptr ua, union prefixconstptr ub); extern void prefix_copy(union prefixptr udst, union prefixconstptr usrc); extern void apply_mask(union prefixptr pu); +extern bool evpn_addr_same(const struct evpn_addr *e1, const struct evpn_addr *e2); #ifdef __clang_analyzer__ /* clang-SA doesn't understand transparent unions, making it think that the |
