bird/doc
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
..
banner.tex Added banner presented to KSVI. 1998-03-20 18:30:55 +00:00
bird.conf.example Added configuration of default protocol debugging flags. 2000-03-07 21:50:03 +00:00
bird.html Updated docs about filters, and added fixme. 2000-01-26 21:28:53 +00:00
reply_codes Changed initialization of protocol list -- now we call proto_build() instead 2000-04-01 10:19:47 +00:00
status.tex Added project status report for KSVI. 1999-11-10 10:48:19 +00:00