- 24 Mar, 1999 1 commit
-
-
Martin Mareš authored
us a real protocol number in 2.2.4 kernel.
-
- 17 Mar, 1999 9 commits
-
-
Martin Mareš authored
to bogus prefixes and non-local routes to host scope addresses.
-
Martin Mareš authored
modifying filters yet) to be attached to protocol instances.
-
Martin Mareš authored
o Introduced struct filter which serves as an external reference to filter. Using struct symbol for this is unwise since it doesn't allow extra information attached to the filter and it also forces all filters to be named. o Implemented config rule 'filter' which matches either named filter or an embedded unnamed filter (`{ <filter> }'). o Fixed totally bogus comment at the top of filter.h. o Added a missing prototype for f_run() to filter.h.
-
Martin Mareš authored
needing some local information should use extended attrs and cached rta's).
-
Martin Mareš authored
-
Pavel Machek authored
-
Pavel Machek authored
-
Pavel Machek authored
-
Pavel Machek authored
-
- 09 Mar, 1999 3 commits
-
-
Ondřej Filip authored
Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF.
-
Pavel Machek authored
-
Pavel Machek authored
-
- 08 Mar, 1999 1 commit
-
-
Pavel Machek authored
-
- 04 Mar, 1999 6 commits
-
-
Martin Mareš authored
to the krt_capable mechanism as well.
-
Martin Mareš authored
(via Netlink). Tweaked kernel synchronization rules a bit. Discovered locking bug in kernel Netlink :-) Future plans: Hunt all the bugs and solve all the FIXME's.
-
Martin Mareš authored
To build BIRD with Netlink support, just configure it with ./configure --with-sysconfig=linux-21 After it will be tested well enough, I'll probably make it a default for 2.2 kernels (and rename it to linux-22 :)).
-
Martin Mareš authored
-
Martin Mareš authored
-
Martin Mareš authored
over EFence and also hopefully smaller memory overhead, but sadly it's non-free for commercial use). If the DMALLOC_OPTIONS environment variable is not set, switch on `reasonable' checks by default. Also introduced mb_allocz() for cleared mb_alloc().
-
- 03 Mar, 1999 6 commits
-
-
Martin Mareš authored
-
Martin Mareš authored
-
Martin Mareš authored
-
Martin Mareš authored
immediately. Grrr, need to find a real solution some day.
-
Martin Mareš authored
The new kernel syncer is cleanly split between generic UNIX module and OS dependent submodules: - krt.c (the generic part) - krt-iface (low-level functions for interface handling) - krt-scan (low-level functions for routing table scanning) - krt-set (low-level functions for setting of kernel routes) krt-set and krt-iface are common for all BSD-like Unices, krt-scan is heavily system dependent (most Unices require /dev/kmem parsing, Linux uses /proc), Netlink substitues all three modules. We expect each UNIX port supports kernel routing table scanning, kernel interface table scanning, kernel route manipulation and possibly also asynchronous event notifications (new route, interface state change; not implemented yet) and build the KRT protocol on the top of these primitive operations.
-
Martin Mareš authored
default zero priority). No more "kernel syncer initialized before device routes" problems.
-
- 02 Mar, 1999 8 commits
-
-
Pavel Machek authored
-
Pavel Machek authored
-
Martin Mareš authored
-
Martin Mareš authored
o Introduced if_find_by_index() o Recognizing two types of interface updates: full update (starting with if_start_update(), ending with if_end_update(), guaranteed to see all existing interfaces) and a partial update (only if_update(), usually due to asynchronous interface notifications).
-
Martin Mareš authored
o Introduced IF_LINK_UP flag corresponding to real link state. o Allowed addressless interfaces. o IF_UP is now automatically calculated and set iff the interface is administratively up, has link up and has an IP address assigned. It may be IF_IGNORED, though (as in case of the loopback). o Any changes which include up/down transition are considered small enough to not provoke artificial upping and downing of the interface. o When an interface disappears (i.e., it wasn't seen in the last scan), we announce this change only once. o IF_LOOPBACK implies IF_IGNORE.
-
Martin Mareš authored
-
Martin Mareš authored
-
Pavel Machek authored
-
- 01 Mar, 1999 6 commits
-
-
Martin Mareš authored
link it to get debugging malloc.
-
Martin Mareš authored
-
Martin Mareš authored
especially for netlink communication.
-
Pavel Machek authored
-
Martin Mareš authored
but the framework is there and I'll try finish it soon.
-
Martin Mareš authored
in the static portion of configuration includes available as well.
-