summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2000-01-17Removed point-to-point tunnel hack as it breaks ordinary PtP interfaces.Martin Mares
2000-01-17Static protocol supports full dynamic reconfiguration.Martin Mares
2000-01-17Moved initlialization of protocol lists to global init. Argh.Martin Mares
2000-01-17Separated `official protocol names' used in status dumps from name templatesMartin Mares
2000-01-17Reconfiguration for device protocol.Martin Mares
2000-01-17Pipe protocol supports reconfiguration.Martin Mares
2000-01-17Device protocol supports reconfiguration.Martin Mares
2000-01-17Don't forget changing proto->name to point to name in new configurationMartin Mares
2000-01-17When a quoted string is encountered, don't forget to copy it to theMartin Mares
2000-01-17Wording changes.Martin Mares
2000-01-17Reworked proto lists -- each proto is now in two lists: the global oneMartin Mares
2000-01-16Added filter_same() for comparision of two filters.Martin Mares
2000-01-16Converted shutdown to a kind of reconfiguration, it's no more handledMartin Mares
2000-01-16No more problems when events get scheduled during event processing.Martin Mares
2000-01-16First attempt on dynamic reconfiguration. There are still lots of bugsMartin Mares
2000-01-16Don't forget to set proto->min_scope = SCOPE_HOST.Martin Mares
2000-01-05Preparing for building LS databaze. Huh, why is it so complicated? :-(Ondrej Filip
1999-12-20Few more entries for bird documentationPavel Machek
1999-12-18This is first version of documentation. Be sure to take a close lookPavel Machek
1999-12-18Added fixme.Pavel Machek
1999-12-16Minor cleanups.Martin Mares
1999-12-16Handle cases when SIOCGIFINDEX is defined, but doesn't work (new glibcMartin Mares
1999-12-16Added missing semicolon.Martin Mares
1999-12-16Better order of includes.Martin Mares
1999-12-16ipv6_compare() accepts non-lvalue arguments as well. This makes filtersMartin Mares
1999-12-16Tried to clean up multicast handling. Now we don't try to guessMartin Mares
1999-12-16Avoid touching F_MODIFY, it no longer exists.Martin Mares
1999-12-16TODO entries and FIXME's.Martin Mares
1999-12-16Kicked off F_MODIFY (not generated nor used)Martin Mares
1999-12-09Added universal locking mechanism which will solve problemsMartin Mares
1999-12-08Temporary work-arounds for multicast problems. Needs further investigation.Martin Mares
1999-12-08Except for special protocols (nowadays only the kernel syncer), don'tMartin Mares
1999-12-08Added hooks for show route.Pavel Machek
1999-12-08- Path to control socket is selectable via command-line option.Martin Mares
1999-12-08Fix timing and fix endianity in metrics.Pavel Machek
1999-12-08Disallow rta.net syntax.Pavel Machek
1999-12-08Put rip options into config file.Pavel Machek
1999-12-08Make bird.conf that does not crash machine when you run bird as root.Pavel Machek
1999-12-08Make rta. syntax optional.Pavel Machek
1999-12-08Separated bird.conf and bird.conf for testing filters.Pavel Machek
1999-12-06Allow logging to stderr as well.Martin Mares
1999-12-06Added type `g' for void (general) pointer.Martin Mares
1999-12-06Logging is now configurable. You can define multiple log outputs (to bothMartin Mares
1999-12-06Moved initialization of protocol list to proto.c.Martin Mares
1999-12-06Added tracked_fopen() which is a fopen registered in resource database.Martin Mares
1999-12-06Implemented echoing of log messages to CLI connections. Just try `echo all'.Martin Mares
1999-12-05Don't forget to send an OK reply after dumping debug information.Martin Mares
1999-12-05Added DEBUG commands.Martin Mares
1999-12-03Implemented `show static'. It's a relatively good example of how to writeMartin Mares
1999-12-03Added proto_get_named() to be used in CLI commands to get protocol instanceMartin Mares