summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
1999-05-17From now we support multiple tables. The master_table variable isMartin Mares
1999-05-17Implemented two new symbol handling functions:Martin Mares
1999-05-14Added ip_skip_header() and modified OSPF to use it.Martin Mares
1999-05-14*** empty log message ***Ondrej Filip
1999-05-14Netmask checking for hello packets added.Ondrej Filip
1999-05-13Checksum control added.Ondrej Filip
1999-05-11OSPF RX implementation starts....Ondrej Filip
1999-05-11Mensi updaty do ripu. Pridana passwd autentikace (netestovano).Pavel Machek
1999-05-11Better logging output. Added 'struct proto *' info 'struct ospf iface'.Ondrej Filip
1999-05-10Added packet checksumming code. Watch the comments for an explanation.Martin Mares
1999-05-07Netlink support for secondary interface addresses.Martin Mares
1999-05-06I rewrote the interface handling code, so that it supports multipleMartin Mares
1999-04-27Recognize site scope for IPv4 addresses (prefixes reserved for privateMartin Mares
1999-04-27Just changes of comments.Ondrej Filip
1999-04-27Hello timer implemented.Ondrej Filip
1999-04-22Work on hello continues.Ondrej Filip
1999-04-19Updated filters: they now actually see IP/pxlen of net being filtered,Pavel Machek
1999-04-14SImplify code a tiny bit.Pavel Machek
1999-04-14Redesigned struct ospf_iface & new struct ospf_sock.Ondrej Filip
1999-04-14Small bug fix in memcpy.Ondrej Filip
1999-04-14Multicasts once again: When using SO_BINDTODEVICE, don't specify IP addressMartin Mares
1999-04-14Next attempt to get SO_BINDTODEVICE work :)Martin Mares
1999-04-14Use SO_BINDTODEVICE if we're using old multicast API (i.e., struct ip_mreqMartin Mares
1999-04-14A couple of OSPF fixes:Martin Mares
1999-04-14Removed redeclaration of `idval', so that it compiles :)Martin Mares
1999-04-13Added wait timer for eligible BCAST & NBMA interface.Ondrej Filip
1999-04-13Change in ospf_iface. (My bad understanding of lists manipulation.)Ondrej Filip
1999-04-13IPv6 changes.Ondrej Filip
1999-04-13Sets of IP addresses should work, now. (From now on it is alsoPavel Machek
1999-04-13Small change to stop using loopback.Ondrej Filip
1999-04-13A small init change to avoid core dump.Ondrej Filip
1999-04-13Not all I mean serious. Almost everything will change.Ondrej Filip
1999-04-12Added ipa_compare as requested.Martin Mares
1999-04-12Sets of integers now actually work. Sets of IP will work as soon asPavel Machek
1999-04-12Ignore alias interfaces (some day, we will treat them as pure secondaryMartin Mares
1999-04-12Removed TOS support. This simplifies many things a lot.Martin Mares
1999-04-12Cosmetic message fix.Martin Mares
1999-04-12Use $(CC) instead of gcc even when generating dependencies.Martin Mares
1999-04-12Oops, a typo in previous struct ip_mreqn changes...Martin Mares
1999-04-12Use `struct ip_mreqn' instead of `struct ip_mreq' for multicastMartin Mares
1999-04-12Fixed a couple of bugs in handling of multicast sockets.Martin Mares
1999-04-12Oops, typo.Pavel Machek
1999-04-12In case no startup function is defined, don't try to launch it.Pavel Machek
1999-04-11Added new target "tags" to generate a tag table for Emacs.Martin Mares
1999-04-10Decrease number of warnings.Pavel Machek
1999-04-07Portability fixes.Martin Mares
1999-04-07Filters upgraded - a bit. Moved code to filter.c because it is wherePavel Machek
1999-04-06ip_pton: Avoid modification of the string we're converting.Martin Mares
1999-04-05Routing table core changes to support full route filtering:Martin Mares
1999-04-05Added some new protocol hooks (look at the comments for better explanation):Martin Mares