1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Implements Router Advertisement protocol.

This commit is contained in:
Ondrej Zajicek
2011-03-13 11:33:50 +01:00
parent 9d67ffb0b4
commit 93e868c730
19 changed files with 934 additions and 5 deletions

View File

@@ -261,7 +261,7 @@ void store_tmp_attrs(rte *e, ea_list *attrs)
* The standard use of this hook is to reject routes having originated
* from the same instance and to set default values of the protocol's metrics.
*
* Result: -1 if the route has to be accepted, 1 if rejected and 0 if it
* Result: 1 if the route has to be accepted, -1 if rejected and 0 if it
* should be passed to the filters.
*/
int import_control(struct proto *p, rte **e, ea_list **attrs, struct linpool *pool)