summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_packet.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 2003-12-08 Mattias Amnefelt <mattiasa@kth.se?paul2003-12-081-2/+2
| | | | | * ospf_packet.c: (ospf_recv_packet) OpenBSD now leaves iph.ip_len network byte order. (bugzilla #67).
* 2003-09-29 Paul Jakma <paul@dishone.st>paul2003-09-291-2/+30
| | | | | * ospfd/ospf_packet.c: Add debug output for some of the previously completely silent drops of 'bad' packets.
* 2003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>paul2003-09-231-2/+2
| | | | | | | * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct interface to ospf_if_lookup_by_local_addr() rather than the receiving interface ifp, packets for VL's could come in any interface. See quagga-dev 250.
* 2003-07-25 kamatchi soundaram <kamatchi@tdd.sj.nec.com>paul2003-07-241-3/+7
| | | | | | | * ospf_packet.c (ospf_ls_upd_send_queue_event): get next route node in body of the loop to avoid chance that route node is unlocked and deleted before the next iteration tries to get next route node.
* 2003-06-30 Paul Jakma <paul@dishone.st>paul2003-06-301-6/+1
| | | | | | * ospf_packet.c: (ospf_ls_upd_send_queue_event) undo fix suggested Mikael Lonnroth. As per Kamatchi Soundaram / [zebra 19590], original behaviour is correct.
* 2003-06-27 Paul Jakma <paul@dishone.st>paul2003-06-271-1/+2
| | | | | | | | | * ospf_vty.c: (global) add, unused, description array for lsa flags. (show_ip_ospf_database_header): pretty print options, printf hex numbers as 0x, print lsa flags and note if it is a translated LSA. (show_lsa_detail_proc): print out OSPF_LSA_LOCAL_XLT LSAs. * ospf_packet.c: (ospf_write) print out destination IP in debug info if write fails.
* 2003-06-26: Mikael Lonnroth <gml@advancevpn.com>paul2003-06-261-1/+6
| | | | | * ospf_packet.c: (ospf_ls_upd_send_queue_event) clean up list node and unlock lsa if we break early. (eg packet size too large).
* 2003-06-19 Paul Jakma <paul@dishone.st>paul2003-06-191-2/+1
| | | | | | * ospfd/ospf_packet.c: Fix typos, extra squiggly bracket. Note to self: in future make sure that when you test compile a change you actually have the relevant configure options enabled.
* 2003-06-19 Paul Jakma <paul@dishone.st>paul2003-06-191-11/+27
| | | | | * ospfd/ospf_packet.c: Update Hasso's hack slightly, add comment elaborating on Hasso's, use the SET/CHECK_FLAG macros.
* Commit my hack to fix options mismatch in NSSA area DD packets. It shouln'tmerge.zprivs.head.3hasso2003-05-291-1/+11
| | | | harm, but of course ... it is hack.
* From: Sergey Vyshnevetskiy <serg@vostok.net>paul2003-04-181-1/+2
| | | | | | Subject: [zebra 18689] [PATCH] misc patch Add missing param to zlog
* Undo commenting of a debug conditional. make it conditional again.paul2003-04-081-9/+9
|
* 2003-04-04 Paul Jakma <paul@dishone.st>paul2003-04-041-13/+14
| | | | | | | | | * Sync to Zebra CVS * Fix lib/thread.h leak * Fix small Opaque LSA leak * Do not configure OSPF interfaces for secondary addresses * vtysh fixes from Hasso * Dave Watson's missing ntohs fix
* Fix leak of an opaque-lsa scratch link-listpaul2003-03-281-0/+1
|
* 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-251-55/+49
| | | | | | | | * sync to latest zebra CVS * spec file: updated and added define for ospf-api/client NB: OSPF-API has been broken by the zebra.org changes, which has added struct ospf * as a new arg to many functions
* Fix debug statement in ospf_packet.c and merge error in ospf_lsa.cpaul2003-02-131-1/+1
|
* Merge to zebra.org CVS 20030203 16:30GMTpaul2003-02-031-7/+4
|
* Revert comment out of:patch.revert.debug.nssa.patchpaul2003-01-271-4/+3
| | | | | | if (ospf_debug_packet & OSPF_DEBUG_RECV) which was causing unconditional ospf_ip_header_dump (ibuf). (introduced with kevin millers patch)
* revert unchecked debug info generated by Kevin Miller's patchpaul2003-01-271-6/+0
|
* Kevin C Miller <kevinm@andrew.cmu.edu>patch.z16681.ospfd.nssapaul2002-12-131-9/+20
| | | | [zebra 16681] OSPF NSSA Patches
* ospfd Point-to-Multipoint supportpatch.z14800.ospfd.ptmppaul2002-12-131-0/+2
|
* Greg Troxel <gdt@ir.bbn.com>patch.z15715.ospf.md5paul2002-12-131-2/+13
| | | | | | [zebra 15715] FIX for ospf md5 authentication problem, finally! fix copy of ospf packet buffer
* zebra-ospfd-md5auth-seqnum.patch - paulj - change OSPF md5 sequence numberpatch.z15646.ospfd.seqnum.timepaul2002-12-131-1/+4
| | | | to be derived from time() to speed up synching after restart of ospfd
* Initial revisionpaul2002-12-131-0/+3243