Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-09 | Merge branch 'dev' into ospf3 | Ondrej Zajicek | |
2009-10-28 | Fixes some problems related to link-local routes in KRT interface. | Ondrej Zajicek | |
2009-10-20 | Allows importing 'onlink' routes. | Ondrej Zajicek | |
2009-09-30 | Fixes one previous commit. | Ondrej Zajicek | |
2009-09-24 | Do not allow gateway routes with NULL iface. | Ondrej Zajicek | |
2009-09-08 | Temporary OSPFv3 development commit. | Ondrej Zajicek | |
Finally, it is working. | |||
2009-09-04 | Temporary OSPFv3 development commit (changing multicast support). | Ondrej Zajicek | |
2009-08-25 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-21 | Allow more kernel routing tables in IPv6. | Ondrej Zajicek | |
2009-05-29 | Fixes problems with rewriting of kernel device routes. | Ondrej Zajicek | |
2009-05-21 | Merge branch 'master' into dev | Ondrej Zajicek | |
2009-05-08 | Fixes communication on netlink sockets | Ondrej Zajicek | |
Independent sessions on netlink sockets mixed state in some common variables. | |||
2009-05-04 | Linux specific TCP-MD5 handling moved to sysdep/linux/sysio.h | Ondrej Filip | |
FreeBSD coded added. BSD cannot set BGP passwords itself. This has to be done by external command. | |||
2009-04-17 | Fixes mixed-up messages on netlink socket | Ondrej Zajicek | |
Under specific circumstances there might be two mixed-up netlink sessions (one for scan, the other for route change request). This patch separates netlink scans and requests to two fds (and seq counters). This should fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428865 | |||
2009-02-26 | Rate limit for most abundant log messages | Ondrej Zajicek | |
2009-01-16 | Fixes compilation on older systems. | Ondrej Zajicek | |
Older kernel headers (the ones in Debian Sarge) does not have __kernel_sockaddr_storage . | |||
2008-11-04 | Ignore messages related to wireless extensions. | Ondrej Zajicek | |
2008-10-27 | Merge branch 'dev' into out | Ondrej Zajicek | |
2008-10-26 | Do not repeat 'Invalid broadcast address' error message. | Ondrej Zajicek | |
'Invalid broadcast address' error is reported only once for an interface and not during every interface scan. | |||
2008-10-26 | Ignore unknown netlink events. | Ondrej Zajicek | |
Bird sometimes reported 'bird: nl_parse_link: Malformed message received'. The cause is that bird asynchronously received netlink packet from wireless driver about some wireless event on its link layer. In that case bird shouldn't complain. | |||
2008-10-26 | Bugfix for routing table breaking bug. | Ondrej Zajicek | |
Here is a patch fixing a bug that causes breakage of a local routing table during shutdown of Bird. The problem was caused by shutdown of 'device' protocol before shutdown of 'kernel' protocol. When 'device' protocol went down, the route (with local network prefix) From different protocol (BGP or OSPF) became preferred and installed to the kernel routing table. Such routes were broken (like 192.168.1.0/24 via 192.168.1.2). I think it is also the cause of problem reported by Martin Kraus. The patch disables updating of kernel routing table during shutdown of Bird. I am not sure whether this is the best way to fix it, I would prefer to forbid 'kernel' protocol to overwrite routes with 'proto kernel'. The patch also fixes a problem that during shutdown sometimes routes created by Bird remained in the kernel routing table. | |||
2008-10-26 | Implementation of MD5 authentication of BGP sessions. | Ondrej Zajicek | |
2008-08-25 | Fix behavior of ipa_opposite(). | Martin Mares | |
It was giving wrong results on /30 networks. | |||
2004-06-05 | Staticized lots of local functions. | Martin Mares | |
2004-06-05 | Marked unused parameters in sysdep code as such. | Martin Mares | |
2003-02-23 | Current Linux kernels don't remember rtm_protocol for IPv6 routes and supply ↵ | Martin Mares | |
RTPROT_BOOT instead. Work around that. | |||
2003-02-22 | Report link-scope addresses as well. | Martin Mares | |
2001-08-03 | Don't loop forever when trying to skip an out-sequence netlink reply. | Martin Mares | |
2000-06-21 | Check broadcast address sanity before believing it. | Martin Mares | |
2000-06-18 | Fix numbering of routing tables in IPv6 version. | Martin Mares | |
2000-06-04 | Removed lots of trailing newlines in log messages. | Martin Mares | |
Please note that the only calls which don't add newlines automatically (i.e., don't print a full line of output) are debug() and DBG(). | |||
2000-06-01 | Updated for new scope handling. | Martin Mares | |
Also, provide proper address scopes in struct ifa. | |||
2000-05-11 | Multicast problems should be gone, although the fix is Linux only and we'll | Martin Mares | |
need to figure out something better when working on new ports. | |||
2000-05-11 | If a broadcast address is missing, go fake one. | Martin Mares | |
2000-05-08 | Removed the `async' switch which was used for debugging only anyway. | Martin Mares | |
Don't moan when netlink reports lost packets. | |||
2000-05-08 | Incoming buffer must be at least 8KB long. | Martin Mares | |
2000-05-06 | IPv6 support compiles on both glibc 2.0 and 2.1. | Martin Mares | |
2000-05-04 | #ifdef out lots of debugging information. | Martin Mares | |
The long resource/routing table dump printed upon startup is gone now and if you wish to see it, just send bird SIGUSR1 or use the `debug' commands. | |||
2000-05-04 | Removed a lot of unused variables. | Martin Mares | |
Please try compiling your code with --enable-warnings to see them. (The unused parameter warnings are usually bogus, the unused variable ones are very useful, but gcc is unable to control them separately.) | |||
2000-04-21 | IPv6 compiles with glibc 2.1. | Martin Mares | |
2000-04-01 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares | |
and other non-portable functions on all systems. | |||
2000-03-12 | Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUG | Martin Mares | |
turned on, but after some testing I'll gag it. | |||
2000-03-01 | ipa_opposite hack is not applicable in IPv6. | Martin Mares | |
2000-03-01 | Rewrote interface type detection logic. The `unnumbered' flag is now per | Martin Mares | |
address, not per interface (hence it's ifa->flags & IA_UNNUMBERED) and should be set reliably. IF_MULTIACCESS should be fixed now, but it isn't wise to rely on it on interfaces configured with /30 prefix. | |||
2000-01-18 | Kernel route syncer now supports dynamic reconfiguration. Also it doesn't | Martin Mares | |
depend on the startup counter hack now and uses a zero-time timer instead to make itself scheduled after normal protocol startup. | |||
2000-01-17 | Removed point-to-point tunnel hack as it breaks ordinary PtP interfaces. | Martin Mares | |
I'll find a better solution soon. | |||
2000-01-17 | Reconfiguration for device protocol. | Martin Mares | |
1999-12-16 | Minor cleanups. | Martin Mares | |
1999-12-16 | Better order of includes. | Martin Mares | |
set_inaddr() moved to sysio.h. | |||
1999-12-16 | Tried to clean up multicast handling. Now we don't try to guess | Martin Mares | |
multicast abilities depending on definedness of symbols and use hard-wired system-dependent configuration defines instead. Please test whereever you can. |