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:
@@ -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 */
|
||||
}
|
||||
|
Reference in New Issue
Block a user