Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2005-01-10 Greg Troxel <gdt@fnord.ir.bbn.com> | gdt | 2005-01-10 | 1 | -3/+1 |
| | | | | | | | | | | | | * ospf_packet.h: Remove commented out definition of OSPF_MAX_PACKET; neither it or the uncommented one are used any more. * ospf_packet.c (ospf_make_ls_upd): Leave room for authentication when deciding if an update will fit. (ospf_packet_authspace): Factor out calculation of size required for authentication. (ospf_make_db_desc): Use ospf_max_packet, not OSPF_MAX_PACKET. Don't confuse readers that there is a macro. | ||||
* | 2004-10-11 Paul Jakma <paul@dishone.st> | paul | 2004-10-11 | 1 | -10/+10 |
| | | | | | | | | | | * (global) Const char update and signed/unsigned fixes. * (various headers) size defines should be unsigned. * ospf_interface.h: remove duplicated defines, include the authoritative header - though, these defines should probably be moved to a dedicated header, or ospfd.h. * ospf_lsa.h: (struct lsa) ls_seqnum should be unsigned. * ospf_packet.c: (ospf_write) cast result of shift to unsigned. | ||||
* | Remove usage of evil list and listnode typedefs. | hasso | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | Remove ifdef's HAVE_NSSA. NSSA support is stable enough. | hasso | 2004-06-20 | 1 | -3/+0 |
| | |||||
* | Initial revision | paul | 2002-12-13 | 1 | -0/+171 |