]> git.ipfire.org Git - thirdparty/bird.git/history - sysdep/bsd/krt-sock.c
Changes primary addr selection on BSD to respect SIOCGIFADDR ioctl() result.
[thirdparty/bird.git] / sysdep / bsd / krt-sock.c
2013-11-25  Ondrej ZajicekChanges primary addr selection on BSD to respect SIOCGI...
2013-11-22  Ondrej ZajicekMerge commit 'origin/bfd'
2013-11-21  Ondrej ZajicekFixes an issue when opposite address is mistaken for...
2013-09-22  Ondrej ZajicekAllows other than IA_PEER addresses on PtP ifaces on...
2013-07-07  Ondrej ZajicekImplements multiple routing table support for FreeBSD...
2013-07-04  Ondrej ZajicekMakes krt.c much more readable.
2012-07-16  Ondrej ZajicekMerge branch 'rt-accepted'
2012-05-10  Ondrej FilipMerge branch 'master' of ssh://git.nic.cz/bird
2012-04-30  Ondrej ZajicekCleanup in sysdep KRT code, part 3.
2012-04-30  Ondrej ZajicekCleanup in sysdep KRT code, part 1.
2012-03-30  Ondrej ZajicekMerge branch 'soon'
2012-03-25  Ondrej ZajicekMerge commit 'origin/master'
2012-03-25  Ondrej ZajicekFixes several minor bugs in kernel syncer.
2012-03-22  Ondrej ZajicekAdds krt_source route attribute.
2012-01-23  Ondrej ZajicekImplements handling of BSD iface arrival/departure...
2012-01-23  Ondrej ZajicekFixes problems with creating/removing/renaming ifaces...
2012-01-21  Ondrej ZajicekFixes a bug in BSD iface scan.
2012-01-09  Ondrej ZajicekSome minor fixes.
2012-01-08  Ondrej ZajicekFix for IPv6 addresses on non-multiaccess ifaces on...
2011-10-09  Ondrej ZajicekExtend the error message.
2011-10-06  Ondrej ZajicekSignal problems with route installation to kernel tables.
2011-08-15  Ondrej ZajicekA minor fix in BSD.
2011-07-28  Ondrej ZajicekFixes crash on BSD.
2011-04-07  Ondrej ZajicekFixes KRT sync in BSD.
2011-03-28  Ondrej ZajicekMinor changes in addresses.
2011-01-08  Ondrej ZajicekSome cleanups in krt_read_ifinfo().
2011-01-08  Ondrej ZajicekFixes interface names on BSD systems.
2010-11-11  Ondrej ZajicekImplements link state detection.
2010-07-05  Ondrej ZajicekImplements hostcache and recursive next hops.
2010-05-28  Ondrej ZajicekMinor fixes.
2010-04-27  Ondrej ZajicekBetter support for /31 networks.
2010-04-08  Ondrej ZajicekIgnore routes with next-hop 127.0.0.1 on BSD.
2010-04-08  Ondrej ZajicekOn BSD, consider unmarked non-device routes as alien.
2010-04-04  Ondrej ZajicekRestrict export of device routes to the kernel protocol.
2010-04-03  Ondrej ZajicekIgnore some kernel messages.
2010-04-03  Ondrej ZajicekFixes related to routes with link-local gw on BSD.
2010-04-02  Ondrej ZajicekFixes link-local addresses on BSD.
2010-03-14  Ondrej ZajicekMerge commit 'origin/master' into new
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-03-10  Ondrej ZajicekAdds support for PTP links on BSD.
2010-02-26  Ondrej ZajicekMany changes in (mainly) kernel syncers.
2010-02-10  Ondrej ZajicekMerge commit 'origin/master' into new
2010-02-10  Ondrej ZajicekRTF_CLONING is removed in FreeBSD 8.
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-09-30  Ondrej ZajicekFixes one previous commit.
2009-09-24  Ondrej ZajicekDo not allow gateway routes with NULL iface.
2009-05-22  Ondrej ZajicekFixes type mismatch on BSD systems.
2004-06-07  Ondrej FilipSome new warnings eliminated.
2004-06-07  Ondrej FilipMarked unused parameters as unused.
2004-06-07  Ondrej FilipDeleted some unused code.
2004-06-01  Ondrej FilipCode clean up.
2004-06-01  Ondrej FilipReverting last patch.
2004-06-01  Ondrej FilipCaching loopback interface.
2004-06-01  Ondrej Filiplog->DBG
2004-06-01  Ondrej FilipMinor changes caused by MJ's comment.
2004-06-01  Ondrej Filipmemset -> bzero
2004-05-31  Ondrej Filip*BSD port added. (Tested on FreeBSD and NetBSD)