summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
1999-11-30Lexer supports fallback symbol tables and uses them to recognizeMartin Mares
1999-11-30Use TIME_INFINITY for initialization of password entries insteadMartin Mares
1999-11-30Moved TIME_INFINITY to timer.h, so that it's publicly available.Martin Mares
1999-11-30`show interfaces' and `show protocols' works.Martin Mares
1999-11-30Don't use continuation shortcuts until real client is written.Martin Mares
1999-11-30Inicialisation of Topology Graph (TG).Ondrej Filip
1999-11-25Added few basic commands: show status, show interfaces [summary],Martin Mares
1999-11-25cli_msg() moved to cli.h, so that it can be used outside the parser.Martin Mares
1999-11-25Added ip_scope_text() for translating of scopes to strings.Martin Mares
1999-11-25md5 authentication seems to work.Pavel Machek
1999-11-25Bugfixes: select right password for password authentication, do notPavel Machek
1999-11-25Filters: fix rta access to use ->aux field.Pavel Machek
1999-11-25Triggered updates should now actually work. Fixed metric=16 -> time itPavel Machek
1999-11-25Fix timeouts. Triggered updates are not done, yet.Pavel Machek
1999-11-24Check that prefixes are really prefixes + fix config file toPavel Machek
1999-11-24Sorry, previous commit did not even compile.Pavel Machek
1999-11-24Filters: write access to dynamic attributes should actually work. ItPavel Machek
1999-11-18More CLI plans...Martin Mares
1999-11-18Allow EA type to be set to 'undefined' which overrides all further definitonsMartin Mares
1999-11-18Filters: first parts of extended attributes being read-write. It canPavel Machek
1999-11-18Split inst->code into inst->code and inst->aux. Both are only 16 bit,Pavel Machek
1999-11-18DEF_PREF_UKR and DEF_PREF_SINK removed.Martin Mares
1999-11-18You can now print enum.Pavel Machek
1999-11-17ospf.c and ospc.h splitted into various files.Ondrej Filip
1999-11-17Added skeleton of command tree. Please inspect.Martin Mares
1999-11-17Another bugfix. (In EXCHANGE state.)Ondrej Filip
1999-11-17Fixed bug receiving dbdes packets in EXSTART state.Ondrej Filip
1999-11-17Added some temporary examples of how to define CLI commands (search for CF_CLI).Martin Mares
1999-11-17If the main event queue is not empty, call select() with zero timeout, soMartin Mares
1999-11-17ev_run() now returns whether the event has been requeued or not.Martin Mares
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