1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

11 Commits

Author SHA1 Message Date
ab00639130 Fixes a bug in locking code.
When multiple protocols have a lock for the same IP address, it crashes
under some circumstances.

Thanks to Matthias Schiffer for the bugreport.
2015-02-21 12:30:14 +01:00
a7a7372aa7 Temporary integrated OSPF commit. 2014-07-18 18:24:12 +02:00
e81b440f68 Fix configure to enable warnings and fix most of them. 2010-02-21 14:34:53 +01:00
7c103b1ee1 Marked unused parameters in core code as such. 2004-06-05 09:10:56 +00:00
58f7d004fd Fixes to the progdoc. 2000-06-07 13:25:53 +00:00
1f495723c3 Documented. 2000-06-01 16:16:49 +00:00
1d9622e10d Switched off LOCAL_DEBUG. 2000-05-04 09:08:28 +00:00
8f6accb5bb Event handlers no longer return re-queue flag. Instead of using it, just
call ev_schedule() on the same handler which should work perfectly now.
2000-04-27 22:28:49 +00:00
ac4b4683ae Removal of useless includes continues... 2000-03-31 23:40:00 +00:00
267a2c0ebd Added missing newline in debug output. 2000-03-20 20:52:18 +00:00
f545d38707 Added universal locking mechanism which will solve problems
with protocols wanting to use the same port on the same interface
during reconfiguration time.

How to use locks: In the if_notify hook, just order locks for the
interfaces you want to work with and do the real socket opening after the
lock hook function gets called. When you stop using the socket, close
it and rfree() the lock.

Please update your protocols to use the new locking mechanism.
1999-12-09 18:54:20 +00:00