]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/sockunion.c
BGP: Add dynamic update group support
[mirror_frr.git] / lib / sockunion.c
index 5dcf72563a18799073658523e6adf065569cb952..3cbb59cc607a5e178cd72de7206dad71cac12c93 100644 (file)
@@ -552,7 +552,7 @@ sockopt_v6only (int family, int sock)
 
 /* If same family and same prefix return 1. */
 int
-sockunion_same (union sockunion *su1, union sockunion *su2)
+sockunion_same (const union sockunion *su1, const union sockunion *su2)
 {
   int ret = 0;