Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-11 | Implements link state detection. | Ondrej Zajicek | |
Also changes some symbol names (IFF_ADMIN_DOWN -> IFF_SHUTDOWN, IFF_LINK_UP -> IFF_ADMIN_UP). | |||
2010-07-05 | Implements hostcache and recursive next hops. | Ondrej Zajicek | |
Hostcache is a structure for monitoring changes in a routing table that is used for routes with dynamic/recursive next hops. This is needed for proper iBGP next hop handling. | |||
2010-05-28 | Minor fixes. | Ondrej Zajicek | |
2010-04-28 | Better support for /31 networks. | Ondrej Zajicek | |
2010-04-09 | Ignore routes with next-hop 127.0.0.1 on BSD. | Ondrej Zajicek | |
2010-04-08 | On BSD, consider unmarked non-device routes as alien. | Ondrej Zajicek | |
2010-04-08 | Minor changes. | Ondrej Zajicek | |
2010-04-04 | Restrict export of device routes to the kernel protocol. | Ondrej Zajicek | |
In usual configuration, such export is already restricted with the aid of the direct protocol but there are some races that can circumvent it. This makes it harder to break kernel device routes. Also adds an option to disable this restriction. | |||
2010-04-03 | Ignore some kernel messages. | Ondrej Zajicek | |
2010-04-03 | Fixes related to routes with link-local gw on BSD. | Ondrej Zajicek | |
2010-04-02 | Use SO_BINDTODEVICE also in Linux/IPv6. | Ondrej Zajicek | |
2010-04-02 | Fixes link-local addresses on BSD. | Ondrej Zajicek | |
2010-04-02 | Minor fixes to previous patches. | Ondrej Zajicek | |
2010-03-11 | Merge branch 'new' into socket2 | Ondrej Zajicek | |
2010-03-10 | Adds support for PTP links on BSD. | Ondrej Zajicek | |
2010-02-26 | Many changes in (mainly) kernel syncers. | Ondrej Zajicek | |
- BSD kernel syncer is now self-conscious and can learn alien routes - important bugfix in BSD kernel syncer (crash after protocol restart) - many minor changes and bugfixes in kernel syncers and neighbor cache - direct protocol does not generate host and link local routes - min_scope check is removed, all routes have SCOPE_UNIVERSE by default - also fixes some remaining compiler warnings | |||
2010-02-11 | Temporary OSPF commit - socket changes. | Ondrej Zajicek | |
2010-02-10 | RTF_CLONING is removed in FreeBSD 8. | Ondrej Zajicek | |
2009-11-09 | Merge branch 'dev' into ospf3 | 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-04 | Temporary OSPFv3 development commit (changing multicast support). | Ondrej Zajicek | |
2009-06-27 | Unused file removed. | Ondrej Filip | |
2009-05-22 | Fixes type mismatch on BSD systems. | Ondrej Zajicek | |
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. | |||
2004-06-07 | Some new warnings eliminated. | Ondrej Filip | |
2004-06-07 | Marked unused parameters as unused. | Ondrej Filip | |
2004-06-07 | Deleted some unused code. | Ondrej Filip | |
2004-06-01 | Code clean up. | Ondrej Filip | |
2004-06-01 | Reverting last patch. | Ondrej Filip | |
2004-06-01 | Caching loopback interface. | Ondrej Filip | |
2004-06-01 | log->DBG | Ondrej Filip | |
2004-06-01 | Minor changes caused by MJ's comment. | Ondrej Filip | |
2004-06-01 | Useles log()s deleted. | Ondrej Filip | |
2004-06-01 | bzero has 2 arguments. | Ondrej Filip | |
2004-06-01 | memset -> bzero | Ondrej Filip | |
2004-05-31 | *BSD port added. (Tested on FreeBSD and NetBSD) | Ondrej Filip | |