aboutsummaryrefslogtreecommitdiffstats
path: root/sysdep/unix/krt.h
Commit message (Expand)AuthorAgeFilesLines
* Nest: Fix bug in device protoOndrej Zajicek (work)2015-11-231-0/+2
* Netlink: Allow more than 256 routing tables.Jan Moskyto Matejka2015-11-111-1/+2
* BGP multipath supportOndrej Zajicek2015-06-081-0/+3
* KRT: Add support for plenty of kernel route metricsOndrej Zajicek2015-05-121-2/+1
* KRT: Fixes route reloadOndrej Zajicek2015-04-251-0/+1
* BGP graceful restart support.Ondrej Zajicek2014-03-201-1/+3
* Changes primary addr selection on BSD to respect SIOCGIFADDR ioctl() result.Ondrej Zajicek2013-11-251-0/+1
* Makes krt.c much more readable.Ondrej Zajicek2013-07-041-7/+9
* Cleanup in sysdep KRT code, part 3.Ondrej Zajicek2012-04-301-1/+1
* Cleanup in sysdep KRT code, part 2.Ondrej Zajicek2012-04-301-6/+3
* Cleanup in sysdep KRT code, part 1.Ondrej Zajicek2012-04-301-28/+29
* Fixes several minor bugs in kernel syncer.Ondrej Zajicek2012-03-251-1/+1
* Adds krt_metric linux route attribute.Ondrej Zajicek2012-03-231-2/+3
* Adds krt_source route attribute.Ondrej Zajicek2012-03-231-2/+3
* Implements handling of BSD iface arrival/departure notifications.Ondrej Zajicek2012-01-231-0/+1
* Implements protocol templates.Ondrej Zajicek2011-11-071-1/+1
* Signal problems with route installation to kernel tables.Ondrej Zajicek2011-10-061-4/+1
* Adds support for several Linux kernel route attributes.Ondrej Zajicek2011-04-131-0/+4
* Restrict export of device routes to the kernel protocol.Ondrej Zajicek2010-04-041-0/+1
* Many changes in (mainly) kernel syncers.Ondrej Zajicek2010-02-261-0/+1
* Add 'primary' configuration option.Ondrej Zajicek2009-05-291-0/+8
* Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUGMartin Mares2000-03-121-1/+6
* Kernel route syncer now supports dynamic reconfiguration. Also it doesn'tMartin Mares2000-01-181-0/+1
* Kernel route syncer supports multiple tables.Martin Mares1999-08-031-7/+16
* Removed one unused structure field.Martin Mares1999-05-211-1/+0
* More changes to the kernel syncer.Martin Mares1999-04-031-2/+14
* Moved to a much more systematic way of configuring kernel protocols.Martin Mares1999-03-261-7/+25
* KRT: Implemented asynchronous route / interface state notificationsMartin Mares1999-03-041-0/+7
* Rewrote the kernel syncer. The old layering was horrible.Martin Mares1999-03-031-15/+28
* Use traditional Unix route/iface interface only when CONFIG_NETLINKMartin Mares1999-03-011-0/+5
* When shutting down, remove all routes (except for RTS_INHERIT and RTS_DEVICEMartin Mares1999-02-131-0/+1
* Synced kernel interface to new interface.Martin Mares1999-02-051-6/+14
* Hopefully finished kernel syncer (krt) rewrite:Martin Mares1998-12-081-0/+9
* Rewritten kernel syncer. Now uses the rta trickery I've introduced yesterdayMartin Mares1998-12-081-0/+3
* KRF_* flags moved to krt.h as they are internal to kernel syncer,Martin Mares1998-12-071-0/+5
* Kernel syncer is now configurable. It will probably need some moreMartin Mares1998-12-061-0/+2
* Since almost every UNIX system requires different techniques for readingMartin Mares1998-10-181-0/+35