Commits
paul authored 1603c06ba3a
1 1 | 2004-09-24 Paul Jakma <paul@dishone.st> |
2 2 | |
3 3 | * ospf_apiserver.{c,h}: lists typedef removal cleanup. |
4 4 | update some list loops to LIST_LOOP. some miscellaneous indent |
5 5 | fixups. |
6 6 | (ospf_apiserver_unregister_opaque_type) fix listnode_delete of |
7 7 | referenced node in loop. |
8 + | (ospf_apiserver_term) loops calling ospf_apiserver_free, which |
9 + | deletes referenced nodes from apiserver_list, fixed. |
8 10 | * ospf_interface.h: lists typedef removal cleanup. |
9 11 | * ospf_opaque.{c,h}: lists typedef removal cleanup. update some list |
10 12 | loops to LIST_LOOP. miscellaneous style and indent fixups. |
11 13 | * ospf_te.{c,h}: ditto |
12 14 | * ospf_packet.c: lists typedef removal cleanup. |
13 15 | (ospf_write) ifdef fragmentation support. move actual |
14 16 | fragmentation out to a new, similarly ifdefed, function. |
15 17 | (ospf_write_frags) fragmented write support, moved from previous. |
16 18 | |
17 19 | 2004-09-23 Hasso Tepper <hasso at quagga.net> |