- 11 May, 1999 1 commit
-
-
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 7 commits
-
-
Ondřej Filip authored
Added wait timer for eligible BCAST & NBMA interface.
-
Ondřej Filip authored
Change in ospf_iface. (My bad understanding of lists manipulation.)
-
Ondřej Filip authored
IPv6 changes.
-
Pavel Machek authored
possible to write if 1.2.3.4 < 1.2.3.5, but I'm not sure if it is good for anything.)
-
Ondřej Filip authored
Small change to stop using loopback.
-
Ondřej Filip authored
A small init change to avoid core dump.
-
Ondřej Filip authored
Not all I mean serious. Almost everything will change. Changes: struct ospf_iface draft, various constants added...
-
- 12 Apr, 1999 11 commits
-
-
Martin Mareš authored
-
Pavel Machek authored
compare function is ready.
-
Martin Mareš authored
interface addresses).
-
Martin Mareš authored
-
Martin Mareš authored
-
Martin Mareš authored
-
Martin Mareš authored
-
Martin Mareš authored
operations on 2.1/2.2 kernels. This allows passing of real interface indexes instead of referencing interfaces by their IP addresses which fails badly in presence of unnumbered interfaces. Unfortunately, this structure is not visible with glibc 2.0 as it provides its own networking headers :-( Both libc5 and glibc 2.1 should be OK.
-
Martin Mareš authored
See comments in lib/socket.h for a detailed guide on how to use them.
-
Pavel Machek authored
-
Pavel Machek authored
-
- 11 Apr, 1999 1 commit
-
-
Martin Mareš authored
Also made "depend" work before the tree is compiled first time.
-
- 10 Apr, 1999 1 commit
-
-
Pavel Machek authored
-
- 07 Apr, 1999 2 commits
-
-
Martin Mareš authored
-
Pavel Machek authored
it belongs. (f-util.c stays there for auxiliary and non-important things.)
-
- 06 Apr, 1999 1 commit
-
-
Martin Mareš authored
-