]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_zebra.c
2004-10-13 Paul Jakma <paul@dishone.st>
[mirror_frr.git] / bgpd / bgp_zebra.c
index 6226a9383fe547fa0f93b56a800be2b77bfe5a45..752617d4c2d723647096e6d903aaa3d33d2b6d4e 100644 (file)
@@ -842,7 +842,8 @@ bgp_redistribute_set (struct bgp *bgp, afi_t afi, int type)
 
 /* Redistribute with route-map specification.  */
 int
-bgp_redistribute_rmap_set (struct bgp *bgp, afi_t afi, int type, char *name)
+bgp_redistribute_rmap_set (struct bgp *bgp, afi_t afi, int type, 
+                           const char *name)
 {
   if (bgp->rmap[afi][type].name
       && (strcmp (bgp->rmap[afi][type].name, name) == 0))