- 02 Jun, 1999 1 commit
-
-
Ondřej Filip authored
Fixed stupid bug with hello vs inactim timers.
-
- 01 Jun, 1999 4 commits
-
-
Ondřej Filip authored
Neigbor deleting done. (I have some problems with timers, so it does not send hello.)
-
Ondřej Filip authored
Detecting of new neighbor added. It starts inactivity timer.
-
Martin Mareš authored
fundamentally wrong. Reversed.
-
Martin Mareš authored
use it when creating sockets.
-
- 31 May, 1999 17 commits
-
-
Pavel Machek authored
multicasting rip actually works [broadcasting is kind of hard to turn it on, through].
-
Pavel Machek authored
Small cleaning and bugfixes.
-
Martin Mareš authored
-
Pavel Machek authored
-
Pavel Machek authored
-
Pavel Machek authored
-
Pavel Machek authored
filters in rip.
-
Pavel Machek authored
-
Pavel Machek authored
-
Ondřej Filip authored
IP socket priority (sock->tos) added. Constant taken from tcpdump of CISCO and gated.
-
Ondřej Filip authored
Some RX_Hello checks added.
-
Martin Mareš authored
temporary attribute list.
-
Ondřej Filip authored
Sending and receving of hello pkts works. No I will start building neighbor database.
-
Martin Mareš authored
-
Pavel Machek authored
-
Pavel Machek authored
-
Martin Mareš authored
-
- 26 May, 1999 6 commits
-
-
Pavel Machek authored
-
Pavel Machek authored
multiple inclusions.
-
Pavel Machek authored
-
Pavel Machek authored
do nothing more advanced for them
-
Pavel Machek authored
-
Pavel Machek authored
-
- 24 May, 1999 5 commits
-
-
Ondřej Filip authored
struct ospf_neigbor corrected.
-
Ondřej Filip authored
struct ospf_neigbor added. Neigbor state machine implementation can start.
-
Ondřej Filip authored
-
Ondřej Filip authored
Small bug in ipv4_skip_header.
-
Ondřej Filip authored
IP header test added.
-
- 21 May, 1999 4 commits
-
-
Martin Mareš authored
-
Martin Mareš authored
-
Martin Mareš authored
-
Martin Mareš authored
reside, so that you can easily switch between 2.0 and 2.2 ones. Check existence of <linux/rtnetlink.h> for linux-22 configs to make sure we're using the correct set of includes.
-
- 17 May, 1999 3 commits
-
-
Martin Mareš authored
Make all protocols pass routing table to rte_update and rte_discard.
-
Martin Mareš authored
definitely gone. Both rte_update() and rte_discard() have an additional argument telling which table should they modify. Also, rte_update() no longer walks the whole protocol list -- each table has a list of all protocols connected to this table and having the rt_notify hook set. Each protocol can also freely decide (by calling proto_add_announce_hook) to connect to any other table, but it will be probably used only by the table-to-table protocol. The default debugging dumps now include all routing tables and also all their connections.
-
Martin Mareš authored
o cf_define_symbol() -- it assigns a meaning to a symbol, bailing out if it already has one. o cf_find_symbol() -- finds symbol by name and creates it if not found. Also modified filter/config.Y to make use of the first function.
-