summaryrefslogtreecommitdiffstats
path: root/proto/ospf/neighbor.c
AgeCommit message (Expand)Author
2004-06-06Indentation.Ondrej Filip
2004-06-06Cleanup in iface.cOndrej Filip
2004-06-05Staticized lots of local functions.Martin Mares
2004-06-05... and a whole bunch of unused parameters and variables in ospf.Martin Mares
2004-06-04Be more verbose.Ondrej Filip
2004-06-04cleanup in lsupd.c, indenting, "struct proto" removed...Ondrej Filip
2004-06-04Useless logs removed.Ondrej Filip
2004-06-04OSPF is ready for changing MTU.Ondrej Filip
2004-06-04dbdes indent an minor changes.Ondrej Filip
2004-06-04lsreq.c indented and small 'struct proto' changes.Ondrej Filip
2004-06-04lsack.c cleaned. Better names for functions andOndrej Filip
2004-06-04ackd_timer_hook moded to neighbor.cOndrej Filip
2004-06-04Initialize iterator on the right place.Ondrej Filip
2004-06-04hello.c and hello.h cleaned up. No design changes.Ondrej Filip
2004-06-01Patch from Andreas Steinmetz <ast@domdv.de>Ondrej Filip
2004-05-31Minor bug fix in neighbor state machine.Ondrej Filip
2003-08-23Minor OSPF changes for faster startup.Ondrej Filip
2003-08-23Many spelling mistakes fixed.Ondrej Filip
2001-08-19Fix %<something>I format strings.Martin Mares
2001-08-11I will not originate the same lsa before MINLSINTERVAL.Ondrej Filip
2001-06-09Bug in next-hop calculation fixed. (For dual connected neighbors.)Ondrej Filip
2000-06-08Ehm, my (B)DR election was based on router id, but RFC says ip!Ondrej Filip
2000-06-07Doc in neighbor.c and some tiny changes related to.Ondrej Filip
2000-06-06Better dumping neighbors' states on PTP interface.Ondrej Filip
2000-06-06Tracing.Ondrej Filip
2000-06-06All die() renamed to bug().Ondrej Filip
2000-06-04Removed lots of trailing newlines in log messages.Martin Mares
2000-06-01show ospf implemented.Ondrej Filip
2000-06-01Cisco-like "show ospf neighbors" implemented.Ondrej Filip
2000-05-31LSArt origination and routing table calculation is now not doing soOndrej Filip
2000-05-31Very ancient bug in (B)DR election, I didn't fill correctly my own IP.Ondrej Filip
2000-05-30Better dumping.Ondrej Filip
2000-05-17Downing of interface should work.Ondrej Filip
2000-05-11Bugfix in (B)DR election.Ondrej Filip
2000-05-10Ever test possibility of forming of adjacency.Ondrej Filip
2000-05-10Destroying of neighbor moved from 'hello' to 'neighbor' andOndrej Filip
2000-05-10Bug in (B)DR election fixed.Ondrej Filip
2000-05-09Many bugfixes. Actually, how could this ever work? :-)Ondrej Filip
2000-05-09Bugfix in testing of possibility of adjacency.Ondrej Filip
2000-05-09Small cleanup.Ondrej Filip
2000-05-09Sorry, it didn't compile. :-(Ondrej Filip
2000-05-09Another bugfix in neighbor state machine.Ondrej Filip
2000-05-09Small bug in neighbor state machine.Ondrej Filip
2000-05-09Do not stop lsrr_timer in FULL state. Use it for retransmition.Ondrej Filip
2000-05-09Fixed some FIXME's by deleting them. :-)Ondrej Filip
2000-05-09Stopping RXMT timer when going to lower state than EXSTART.Ondrej Filip
2000-05-09Typo in debug.Ondrej Filip
2000-05-04Bugfix in Network lsa originatingOndrej Filip
2000-05-03Better rt and net originating.Ondrej Filip
2000-05-01Many small changes and bug fixes. Routing table calculation works.Ondrej Filip