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

Check validity of dest w.r.t. net_type

Allow to define static roa/flow routes without dest.
This commit is contained in:
Ondrej Zajicek (work)
2017-04-05 16:16:04 +02:00
parent 3484cb9a65
commit 4278abfe27
6 changed files with 71 additions and 35 deletions

View File

@@ -903,7 +903,7 @@ rpki_postconfig(struct proto_config *CF)
}
static void
rpki_copy_config(struct proto_config *dest, struct proto_config *src)
rpki_copy_config(struct proto_config *dest UNUSED, struct proto_config *src UNUSED)
{
/* FIXME: Should copy transport */
}