summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_interface.h
Commit message (Collapse)AuthorAgeFilesLines
* 2004-12-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-151-0/+2
| | | | | | | | | | * ospf_interface.h: Declare new function ospf_default_iftype. * ospf_interface.c: (ospf_default_iftype) New function to centralize this logic in one place. * ospf_zebra.c: (ospf_interface_add) Use new function ospf_default_iftype. * ospf_vty.c: (no_ip_ospf_network,config_write_interface) Fix logic by using new function ospf_default_iftype.
* 2004-10-11 Paul Jakma <paul@dishone.st>paul2004-10-111-2/+1
| | | | | | | | | | * (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.
* 2004-09-24 Paul Jakma <paul@dishone.st>paul2004-09-241-1/+1
| | | | | | | | | | | | | * ospf_apiserver.{c,h}: lists typedef removal cleanup. update some list loops to LIST_LOOP. some miscellaneous indent fixups. (ospf_apiserver_unregister_opaque_type) fix listnode_delete of referenced node in loop. * ospf_interface.h: lists typedef removal cleanup. * ospf_opaque.{c,h}: lists typedef removal cleanup. update some list loops to LIST_LOOP. miscellaneous style and indent fixups. * ospf_te.{c,h}: ditto * ospf_packet.c: lists typedef removal cleanup.
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-7/+7
|
* Don't crash when attempting to read path->oi->ifp if oi doesn't exist anyhasso2004-02-111-16/+21
| | | | | more. I'm not sure if this read should be attempted at all, but I'm trying to keep code safe AND stable.
* Initial revisionpaul2002-12-131-0/+245