summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
1999-03-26Moved to a much more systematic way of configuring kernel protocols.Martin Mares
1999-03-26Allow different instances of the same protocol with identical preferences.Martin Mares
1999-03-26Slightly better generator of default protocol instance names.Martin Mares
1999-03-26Don't compile OSPF by default.Martin Mares
1999-03-26Don't try to manipulate neighbor lists for copied interface structures.Martin Mares
1999-03-24Removed our declaration of RTPROT_BIRD since Alexey has assignedMartin Mares
1999-03-17rte_update: Check sanity of incoming entries. Throw out (and log) all routesMartin Mares
1999-03-17Allow input and output filters (only accept/reject style as we didn't defineMartin Mares
1999-03-17A couple of filter tweaks:Martin Mares
1999-03-17Removed the `rta_same' hook since it's no longer needed (all protocolsMartin Mares
1999-03-17Implemented extended route attributes and all related functions.Martin Mares
1999-03-17Initialize pointers to functions so that code is actually alive.Pavel Machek
1999-03-17Compilation fix for mj.Pavel Machek
1999-03-17Don't segfault on unknown interface.Pavel Machek
1999-03-17accept & reject should now workPavel Machek
1999-03-09Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF.Ondrej Filip
1999-03-09Resolved conflicts, you no longer need to wrap constants in const()Pavel Machek
1999-03-09Added '=' to operator listPavel Machek
1999-03-08Filters are now a tiny bit stronger (if is actually working ;-)Pavel Machek
1999-03-04Fixed processing of !krt_capable() routes. Converted device route decisionsMartin Mares
1999-03-04KRT: Implemented asynchronous route / interface state notificationsMartin Mares
1999-03-04Although there are still heaps of FIXME's, Netlink works.Martin Mares
1999-03-04Converted some mb_alloc/bzero pairs to mb_allocz.Martin Mares
1999-03-04Initialize allocated struct proto :-)Martin Mares
1999-03-04Use dmalloc instead of EFence when available (dmalloc has lot of improvementsMartin Mares
1999-03-03Netlink scans routes...Martin Mares
1999-03-03EFence helped to find using of already free rte's in rt_prune().Martin Mares
1999-03-03Fix several things I broke today.Martin Mares
1999-03-03Added a hack forcing protocols with priority>0 to be started upMartin Mares
1999-03-03Rewrote the kernel syncer. The old layering was horrible.Martin Mares
1999-03-03Introduced protocol priority (all 'normal' protocols should use theMartin Mares
1999-03-02Add interface for running filters (please comment!), avoid bison warningsPavel Machek
1999-03-02Avoid segfaultPavel Machek
1999-03-02Netlink module supports interface scan on startup. Working on more.Martin Mares
1999-03-02o The if_change_too_big_p change was too high-spirited. Fixed.Martin Mares
1999-03-02Interface logic changes:Martin Mares
1999-03-02Don't try to install static routes to disconnected neighbors.Martin Mares
1999-03-02Latest changes broke out-of-tree compilation.Martin Mares
1999-03-02I just don't like files enclosed in <>.Pavel Machek
1999-03-01If we are compiling with debugging enabled and libefence is available,Martin Mares
1999-03-01Implemented netlink protocol parsing functions. More to come tomorrow.Martin Mares
1999-03-01Added SK_MAGIC type sockets for internal use by system dependent code,Martin Mares
1999-03-01Hopefully ended translating to new interfacePavel Machek
1999-03-01Added skeletal version of Linux netlink interface. It doesn't work yet,Martin Mares
1999-03-01Include "config.h" instead of "autoconf.h" in all Modules lists to make definesMartin Mares
1999-03-01Renamed struct rtattr to struct rta to make things more consistent andMartin Mares
1999-03-01Use traditional Unix route/iface interface only when CONFIG_NETLINKMartin Mares
1999-03-01Pruned the TODO list.Martin Mares
1999-02-15More rip fixes (config data moved to struct rip_proto_config), stillPavel Machek
1999-02-13Cleaned up TODO file.Martin Mares