summaryrefslogtreecommitdiffstats
path: root/proto/ospf/iface.c
AgeCommit message (Expand)Author
2004-06-26Md5 authentification added (unsested).Ondrej Filip
2004-06-25A lot of changes:Ondrej Filip
2004-06-06Indentation.Ondrej Filip
2004-06-06Cleanup in iface.cOndrej Filip
2004-06-05Set size of the buffers. (Thanx MJ.)Ondrej 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-05Moved the tests for socket existence here.Martin Mares
2004-06-04cleanup in lsupd.c, indenting, "struct proto" removed...Ondrej Filip
2004-06-04OSPF is ready for changing MTU.Ondrej Filip
2004-06-04hello.c and hello.h cleaned up. No design changes.Ondrej Filip
2004-06-03Added source addr for multicast socket.Ondrej Filip
2004-06-01Easier cleanup of an interface.Ondrej Filip
2004-06-01Don't free socket's resources.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-23Many spelling mistakes fixed.Ondrej Filip
2001-08-11I will not originate the same lsa before MINLSINTERVAL.Ondrej Filip
2000-09-04Fixed many bugs in rt calculation and interface adding. Now it seems to beOndrej Filip
2000-09-04I allocate struct ifa before unlocking. So route exported to OSPF are correct.Ondrej Filip
2000-09-02Added stub interface. (Interface which is propagated to OSPF butOndrej Filip
2000-09-02Added hellos on NBMA networks. (I don't violate RFC now.)Ondrej Filip
2000-06-08DocOndrej Filip
2000-06-07Doc in neighbor.c and some tiny changes related to.Ondrej Filip
2000-06-07Avoid SEGV's in tracing.Martin Mares
2000-06-06Added IP protocols.Ondrej Filip
2000-06-06Tracing.Ondrej Filip
2000-06-06Simple autentication added.Ondrej Filip
2000-06-06All die() renamed to bug().Ondrej Filip
2000-06-06Interface locks added.Ondrej Filip
2000-06-06NBMA networks should work now.Ondrej Filip
2000-06-05Bugfix in NET LSA flushing.Ondrej Filip
2000-06-05Don't info about DR and BDR on non-MA networks.Ondrej Filip
2000-06-05Yet another change, now flushing of net lsa seems to be perfect. :-)Ondrej Filip
2000-06-05Don;t send packet over downed interface.Ondrej Filip
2000-06-05Premature age LSA if you're NOT dr.Ondrej Filip
2000-06-04Removed lots of trailing newlines in log messages.Martin Mares
2000-06-01Added show ospf interface.Ondrej Filip
2000-05-31Ehm, some other "down" steps.Ondrej Filip
2000-05-31Some bugs in cleanup after iface down.Ondrej Filip
2000-05-31Why does not work "sk_close(sk);rfree(sk);"?Ondrej Filip
2000-05-31Better debugging.Ondrej Filip
2000-05-31LSArt origination and routing table calculation is now not doing soOndrej Filip
2000-05-30Added \n in debug.Ondrej Filip
2000-05-30Bug in socket closing.Ondrej Filip
2000-05-17Downing of interface should work.Ondrej Filip
2000-05-09Bugfix in hello.Ondrej Filip
2000-05-03Better rt and net originating.Ondrej Filip
2000-05-03Originating of network LSA.Ondrej Filip
2000-05-03Adding InfTransDelay for outgoing lsa.Ondrej Filip