mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Cleanup in sysdep KRT code, part 3.
Just one more renaming, old krt_set_notify() to krt_replace_rte().
This commit is contained in:
@@ -201,8 +201,8 @@ krt_sock_send(int cmd, rte *e)
|
||||
}
|
||||
|
||||
void
|
||||
krt_do_notify(struct krt_proto *p UNUSED, net *n, rte *new, rte *old,
|
||||
struct ea_list *eattrs UNUSED)
|
||||
krt_replace_rte(struct krt_proto *p UNUSED, net *n, rte *new, rte *old,
|
||||
struct ea_list *eattrs UNUSED)
|
||||
{
|
||||
int err = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user