]> git.puffer.fish Git - matthieu/frr.git/commit
2003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
authorpaul <paul>
Sat, 18 Oct 2003 01:30:50 +0000 (01:30 +0000)
committerpaul <paul>
Sat, 18 Oct 2003 01:30:50 +0000 (01:30 +0000)
commita384592fda7cec702f8d3201f51b636d6fe1be9b
tree20b24811f3f89351fc92b41fa0293c7d77963088
parent9834cd0f43bc45f04303b0f742faacf3bc5eac45
2003-10-18 Lorenzo Colitti <lorenzo@ripe.net>

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.
bgpd/bgp_attr.c
bgpd/bgp_attr.h
bgpd/bgp_dump.c