]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd, lib: adopt afi_t and safi_t in several places
authorMichael Lambert <lambert@psc.edu>
Thu, 22 Jul 2010 17:20:55 +0000 (13:20 -0400)
committerGreg Troxel <gdt@ir.bbn.com>
Wed, 6 Oct 2010 16:33:05 +0000 (12:33 -0400)
commit4c9641ba4df276080c670e03f65b1d442660a50f
tree15085df8068d8a3864224937eaa407c0484ff57f
parent11d3fe9b9a327b3218a76b2b9001ace50c08de8c
bgpd, lib: adopt afi_t and safi_t in several places

* bgpd/bgp_attr.c, bgpd/bgp_open.h, bgpd/bgp_route.c, lib/prefix.c,
  lib/prefix.h: Various integer types were being used where, if we
  had strict type checking, afi_t and safi_t would be required.

Signed-off-by: G.Balaji <balajig81@gmail.com>
(cherry picked from commit c8af35ffa2dc79ff7d7ff00b1b61f1f50a100ab6)
bgpd/bgp_attr.c
bgpd/bgp_open.h
bgpd/bgp_route.c
lib/prefix.c
lib/prefix.h