]> git.proxmox.com Git - mirror_frr.git/commit
2005-04-07 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Thu, 7 Apr 2005 07:30:20 +0000 (07:30 +0000)
committerpaul <paul>
Thu, 7 Apr 2005 07:30:20 +0000 (07:30 +0000)
commit1eb8ef2584833f18fb674e127d59cb5a7f771482
treef5b09d4781de9a9b08839fefb6530e64d2d2ec31
parent5920990fecba7e2430af3cfaa8bcbaed40d0ba1a
2005-04-07 Paul Jakma <paul.jakma@sun.com>

* (global): Fix up list loops to match changes in lib/linklist,
  and some basic auditing of usage.
* configure.ac: define QUAGGA_NO_DEPRECATED_INTERFACES
* HACKING: Add notes about deprecating interfaces and commands.
* lib/linklist.h: Add usage comments.
  Rename getdata macro to listgetdata.
  Rename nextnode to listnextnode and fix its odd behaviour to be
  less dangerous.
  Make listgetdata macro assert node is not null, NULL list entries
          should be bug condition.
          ALL_LIST_ELEMENTS, new macro, forward-referencing macro for use
          with for loop, Suggested by Jim Carlson of Sun.
          Add ALL_LIST_ELEMENTS_RO for cases which obviously do not need the
          "safety" of previous macro.
  LISTNODE_ADD and DELETE macros renamed to ATTACH, DETACH, to
  distinguish from the similarly named functions, and reflect their
  effect better.
  Add a QUAGGA_NO_DEPRECATED_INTERFACES define guarded section
  with the old defines which were modified above,
  for backwards compatibility - guarded to prevent Quagga using it..
* lib/linklist.c: fix up for linklist.h changes.
* ospf6d/ospf6_abr.c: (ospf6_abr_examin_brouter) change to a single
  scan of the area list, rather than scanning all areas first for
  INTER_ROUTER and then again for INTER_NETWORK. According to
  16.2, the scan should be area specific anyway, and further
  ospf6d does not seem to implement 16.3 anyway.
84 files changed:
ChangeLog
HACKING
bgpd/bgp_network.c
bgpd/bgp_nexthop.c
bgpd/bgp_packet.c
bgpd/bgp_route.c
bgpd/bgp_routemap.c
bgpd/bgp_snmp.c
bgpd/bgp_vty.c
bgpd/bgp_zebra.c
bgpd/bgpd.c
configure.ac
isisd/isis_adjacency.c
isisd/isis_circuit.c
isisd/isis_dr.c
isisd/isis_dynhn.c
isisd/isis_events.c
isisd/isis_flags.c
isisd/isis_lsp.c
isisd/isis_pdu.c
isisd/isis_route.c
isisd/isis_spf.c
isisd/isis_tlv.c
isisd/isis_zebra.c
isisd/isisd.c
lib/ChangeLog
lib/if.c
lib/keychain.c
lib/linklist.c
lib/linklist.h
lib/smux.c
ospf6d/ChangeLog
ospf6d/ospf6_abr.c
ospf6d/ospf6_area.c
ospf6d/ospf6_asbr.c
ospf6d/ospf6_flood.c
ospf6d/ospf6_interface.c
ospf6d/ospf6_intra.c
ospf6d/ospf6_message.c
ospf6d/ospf6_neighbor.c
ospf6d/ospf6_snmp.c
ospf6d/ospf6_spf.c
ospf6d/ospf6_top.c
ospf6d/ospf6d.c
ospf6d/ospf6d.h
ospfd/ospf_abr.c
ospfd/ospf_apiserver.c
ospfd/ospf_ase.c
ospfd/ospf_flood.c
ospfd/ospf_ia.c
ospfd/ospf_interface.c
ospfd/ospf_ism.c
ospfd/ospf_lsa.c
ospfd/ospf_neighbor.c
ospfd/ospf_opaque.c
ospfd/ospf_packet.c
ospfd/ospf_route.c
ospfd/ospf_snmp.c
ospfd/ospf_spf.c
ospfd/ospf_te.c
ospfd/ospf_vty.c
ospfd/ospf_zebra.c
ospfd/ospfd.c
ripd/rip_interface.c
ripd/rip_offset.c
ripd/rip_peer.c
ripd/ripd.c
ripngd/ripng_interface.c
ripngd/ripng_nexthop.c
ripngd/ripng_offset.c
ripngd/ripng_peer.c
ripngd/ripngd.c
vtysh/vtysh_config.c
vtysh/vtysh_user.c
zebra/connected.c
zebra/if_ioctl.c
zebra/if_ioctl_solaris.c
zebra/interface.c
zebra/irdp_interface.c
zebra/irdp_main.c
zebra/redistribute.c
zebra/router-id.c
zebra/rtadv.c
zebra/zserv.c