bird/sysdep
Martin Mares 3991d84e8f Changed initialization of protocol list -- now we call proto_build() instead
of calling the protocols manually.

Implemented printing of dynamic attributes in `show route all'.

Each protocol can now register its own attribute class (protocol->attr_class,
set to EAP_xxx) and also a callback for naming and formatting of attributes.
The callback can return one of the following results:

	GA_UNKNOWN	Attribute not recognized.
	GA_NAME		Attribute name recognized and put to the buffer,
			generic code should format the value.
	GA_FULL		Both attribute name and value put to the buffer.

Please update protocols generating dynamic attributes to provide
the attr_class and formatting hook.
2000-04-01 10:19:47 +00:00
..
cf Tried to clean up multicast handling. Now we don't try to guess 1999-12-16 13:06:13 +00:00
linux Include "lib/string.h" instead of <string.h>. It should give us bzero() 2000-03-31 23:30:21 +00:00
unix Changed initialization of protocol list -- now we call proto_build() instead 2000-04-01 10:19:47 +00:00
autoconf.h.in Configure PATH_CONTROL_SOCKET. 1999-10-29 10:08:09 +00:00
config.h The CLI I/O functions work as desired. 1999-10-31 15:43:44 +00:00