summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_packet.h
Commit message (Collapse)AuthorAgeFilesLines
* 2005-01-10 Greg Troxel <gdt@fnord.ir.bbn.com>gdt2005-01-101-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>paul2004-10-111-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.hasso2004-09-231-1/+1
|
* Remove ifdef's HAVE_NSSA. NSSA support is stable enough.hasso2004-06-201-3/+0
|
* Initial revisionpaul2002-12-131-0/+171