History | View | Annotate | Download (11.2 KB)
Merge remote-tracking branch 'origin/master' into int-new
Prog Doc: Complete several missing parameters
Channelize: rt_notify arg conversion table -> channel
Better support for multitable protocols.
The nest-protocol interaction is changed to better handle multitableprotocols. Multitable protocols now declare that by 'multitable' field,which tells nest that a protocol handles things related to proto-rtableinteraction (table locking, announce hook adding, reconfiguration of...
Implements deterministic MED handling.
Thanks to Alexander V. Chernikov for many suggestions.
Implements Router Advertisement protocol.
Removes phantom protocol from the pipe design.
It seems that by adding one pipe-specific exception to routeannouncement code and by adding one argument to rt_notify() callback icould completely eliminate the need for the phantom protocol instanceand therefore make the code more straightforward. It will also fix some...
The pipe cleanup.
Changes pipes to transfer all routes between routing table, not just optimal routes.
Proper format functions for ORIGINATOR_ID, CLUSTER_LIST
Fixes to the progdoc.
Spelling fixes to progdoc.
Documented protocol hooks.