summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
1999-11-17Command line interface now works.Martin Mares
1999-11-17Commented out nexthop selection, see the comment.Martin Mares
1999-11-15An example of how to define enums.Martin Mares
1999-11-15ENUM's are now recognized as constants.Martin Mares
1999-11-15Defined CF_ENUM.Martin Mares
1999-11-15SYM_STAT is gone.Martin Mares
1999-11-11Fixed order of arguments for function call.Pavel Machek
1999-11-11Shift/reduce conflict goes away _and_ if/then/else works.Pavel Machek
1999-11-10Sending DBDES packet in EXSTART done.Ondrej Filip
1999-11-10Enums do not work, this is testcase.Pavel Machek
1999-11-10First try on enumerational types.Pavel Machek
1999-11-10No more shift/reduce conflicts.Pavel Machek
1999-11-10Shift/reduce conflicts in IF/THEN/ELSE rules solved.Martin Mares
1999-11-10Enumerational types, defined keyword added.Pavel Machek
1999-11-10Added LSA hashing table (parts of code stolen from rt-fib.c, butMartin Mares
1999-11-10Added timeout for routes (which means proper expiring of routes) addedPavel Machek
1999-11-10Added project status report for KSVI.Martin Mares
1999-11-04FIXME's updated. One fixme is remaining for correct RIPv4. Wow.Pavel Machek
1999-11-04Reject packets which are not authenticated.Pavel Machek
1999-11-04Fixed comments about shift/reduce conflicts.Pavel Machek
1999-11-04Add possibility of local variables.Pavel Machek
1999-11-04Use local variables to test that functionality.Pavel Machek
1999-11-04Silly bug.Martin Mares
1999-11-04Symbols are not scoped.Martin Mares
1999-11-04Possibility to access first extended attributes.Pavel Machek
1999-11-04Renamed attr->attrs to attr->eattrs.Martin Mares
1999-11-03Filters now do not allow function (int arg; int arg2; ).Pavel Machek
1999-11-03You should not follow next two times.Pavel Machek
1999-11-03Working on db des receiving.Ondrej Filip
1999-10-31Started a list of CLI reply codes.Martin Mares
1999-10-31Parse CLI commands. We use the same parser as for configuration files (becauseMartin Mares
1999-10-31The CLI I/O functions work as desired.Martin Mares
1999-10-29First steps of the Command Line Interface: I/O routines.Martin Mares
1999-10-29Implemented unix-domain sockets.Martin Mares
1999-10-29Events now return a value. If it's non-zero, the event is re-queuedMartin Mares
1999-10-29Simplify handling of free chunks.Martin Mares
1999-10-29Configure PATH_CONTROL_SOCKET.Martin Mares
1999-10-29Added skeleton of the client. Does nothing, but at least compiles.Martin Mares
1999-10-28switch() { } done right.Pavel Machek
1999-10-19Minor changes and bug fixes. Preparing for Exchange and higher states.Ondrej Filip
1999-10-18Huge changes. Neighbor and interface state machines rewritten.Ondrej Filip
1999-10-12FIXME's for rip added.Pavel Machek
1999-10-12Changed syntax of ip_class_mask, the old one was stupid.Martin Mares
1999-10-12Filters: permit variables of prefix types, cleanup aroundPavel Machek
1999-10-11Untested IPv6 support added. I do not know if it compiles in IPV6 mode.Pavel Machek
1999-10-07Added constants of type prefix and pair, added their printingPavel Machek
1999-10-07Added examples of pairs and prefixesPavel Machek
1999-10-07FIXME's added. Hopefully fixme list is now complete for filters.Pavel Machek
1999-10-02Failure to set socket TOS is not a fatal error.Martin Mares
1999-10-02Don't forget to free large blocks.Martin Mares