summaryrefslogtreecommitdiff
path: root/sysdep/unix/krt.h
AgeCommit message (Expand)Author
2014-03-20BGP graceful restart support.Ondrej Zajicek
2013-11-25Changes primary addr selection on BSD to respect SIOCGIFADDR ioctl() result.Ondrej Zajicek
2013-07-04Makes krt.c much more readable.Ondrej Zajicek
2012-04-30Cleanup in sysdep KRT code, part 3.Ondrej Zajicek
2012-04-30Cleanup in sysdep KRT code, part 2.Ondrej Zajicek
2012-04-30Cleanup in sysdep KRT code, part 1.Ondrej Zajicek
2012-03-25Fixes several minor bugs in kernel syncer.Ondrej Zajicek
2012-03-23Adds krt_metric linux route attribute.Ondrej Zajicek
2012-03-23Adds krt_source route attribute.Ondrej Zajicek
2012-01-23Implements handling of BSD iface arrival/departure notifications.Ondrej Zajicek
2011-11-07Implements protocol templates.Ondrej Zajicek
2011-10-06Signal problems with route installation to kernel tables.Ondrej Zajicek
2011-04-13Adds support for several Linux kernel route attributes.Ondrej Zajicek
2010-04-04Restrict export of device routes to the kernel protocol.Ondrej Zajicek
2010-02-26Many changes in (mainly) kernel syncers.Ondrej Zajicek
2009-05-29Add 'primary' configuration option.Ondrej Zajicek
2000-03-12Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUGMartin Mares
2000-01-18Kernel route syncer now supports dynamic reconfiguration. Also it doesn'tMartin Mares
1999-08-03Kernel route syncer supports multiple tables.Martin Mares
1999-05-21Removed one unused structure field.Martin Mares
1999-04-03More changes to the kernel syncer.Martin Mares
1999-03-26Moved to a much more systematic way of configuring kernel protocols.Martin Mares
1999-03-04KRT: Implemented asynchronous route / interface state notificationsMartin Mares
1999-03-03Rewrote the kernel syncer. The old layering was horrible.Martin Mares
1999-03-01Use traditional Unix route/iface interface only when CONFIG_NETLINKMartin Mares
1999-02-13When shutting down, remove all routes (except for RTS_INHERIT and RTS_DEVICEMartin Mares
1999-02-05Synced kernel interface to new interface.Martin Mares
1998-12-08Hopefully finished kernel syncer (krt) rewrite:Martin Mares
1998-12-08Rewritten kernel syncer. Now uses the rta trickery I've introduced yesterdayMartin Mares
1998-12-07KRF_* flags moved to krt.h as they are internal to kernel syncer,Martin Mares
1998-12-06Kernel syncer is now configurable. It will probably need some moreMartin Mares
1998-10-18Since almost every UNIX system requires different techniques for readingMartin Mares