- 26 May, 1999 4 commits
-
-
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.
-
- 14 May, 1999 3 commits
-
-
Martin Mareš authored
-
Ondřej Filip authored
-
Ondřej Filip authored
Netmask checking for hello packets added.
-
- 13 May, 1999 1 commit
-
-
Ondřej Filip authored
Checksum control added.
-
- 11 May, 1999 3 commits
-
-
Ondřej Filip authored
-
Pavel Machek authored
-
Ondřej Filip authored
Better logging output. Added 'struct proto *' info 'struct ospf iface'.
-
- 10 May, 1999 1 commit
-
-
Martin Mareš authored
-
- 07 May, 1999 1 commit
-
-
Martin Mareš authored
-
- 06 May, 1999 1 commit
-
-
Martin Mareš authored
addresses per interface (needed for example for IPv6 support). Visible changes: o struct iface now contains a list of all interface addresses (represented by struct ifa), iface->addr points to the primary address (if any). o Interface has IF_UP set iff it's up and it has a primary address. o IF_UP is now independent on IF_IGNORED (i.e., you need to test IF_IGNORED in the protocols; I've added this, but please check). o The if_notify_change hook has been simplified (only one interface pointer etc.). o Introduced a ifa_notify_change hook. (For now, only the Direct protocol does use it -- it's wise to just listen to device routes in all other protocols.) o Removed IF_CHANGE_FLAGS notifier flag (it was meaningless anyway). o Updated all the code except netlink (I'll look at it tomorrow) to match the new semantics (please look at your code to ensure I did it right). Things to fix: o Netlink. o Make krt-iface interpret "eth0:1"-type aliases as secondary addresses.
-
- 27 Apr, 1999 3 commits
-
-
Martin Mareš authored
networks). Removed old #ifndef logic which was used to avoid IPv4/IPv6 clashes before conditionals in Modules lists were introduced.
-
Ondřej Filip authored
Just changes of comments.
-
Ondřej Filip authored
Hello timer implemented.
-
- 22 Apr, 1999 1 commit
-
-
Ondřej Filip authored
Work on hello continues.
-
- 19 Apr, 1999 1 commit
-
-
Pavel Machek authored
gateway, and who told us, so they can do usefull jobs from now on.
-
- 14 Apr, 1999 8 commits
-
-
Pavel Machek authored
-
Ondřej Filip authored
Redesigned struct ospf_iface & new struct ospf_sock.
-
Ondřej Filip authored
Small bug fix in memcpy.
-
Martin Mareš authored
of the interface.
-
Martin Mareš authored
-
Martin Mareš authored
and not ip_mreqn). This should get multicasts on unnumbered PtP links work.
-
Martin Mareš authored
o ((flags & IF_CHANGE_UP) == IF_CHANGE_UP) -> (flags & IF_CHANGE_UP) o bcopy -> memcpy (bcopy is unportable) o Ifdeffed out add_tail(&(ifa->sk_list),NODE mcsk) -- the node in socket structure is for internal use by the resource manager only. (Now, the debugging dump of open sockets looks sane :-)).
-
Martin Mareš authored
-
- 13 Apr, 1999 1 commit
-
-
Ondřej Filip authored
Added wait timer for eligible BCAST & NBMA interface.
-