summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_attr.h
Commit message (Collapse)AuthorAgeFilesLines
* 2004-06-04 Paul Jakma <paul@dishone.st>paul2004-06-041-3/+10
| | | | * type mismatch fixes
* 2003-10-18 Lorenzo Colitti <lorenzo@ripe.net>paul2003-10-181-1/+1
| | | | | | | | | | | | | | | 2003-10-18 Lorenzo Colitti <lorenzo@ripe.net> * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address family prefixes. Accept prefix as argument. * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration. * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to bgp_dump_routes_attr. (bgp_dump_common) Go by the family of the peering socket, not configured address family when dumping peering information. Add HAVE_IPV6 conditionals, eg missing from previous bgp interval patch.
* 2003-10-13 Jay Fenlason <fenlason@redhat.com>paul2003-10-131-0/+2
| | | | | | | | | * lib/zebra.h: define UINT32_MAX for those systems which do not provide it. * bgp_attr.h: define BGP_MED_MAX. * bgp_route.c: update defines/constants to BGP_MED_MAX. * bgp_routemap.c: ditto. clean up route_match_metric_compile slightly to avoid unneccesary XMALLOC.
* Initial revisionpaul2002-12-131-0/+125