]> git.ipfire.org Git - thirdparty/bird.git/commit
Preexport callback now takes the channel instead of protocol as argument next-preexport
authorMaria Matejka <mq@ucw.cz>
Mon, 27 Jun 2022 17:04:22 +0000 (19:04 +0200)
committerMaria Matejka <mq@ucw.cz>
Mon, 27 Jun 2022 17:04:24 +0000 (19:04 +0200)
commitbeb5f78ada79ac90f31f2c4923302c74d9ab38bf
treeb6f37568d57428d7bc9df103c84922b1076e1f5e
parentb867c798c3e42c875311a79fe53a36d4a5bfd126
Preexport callback now takes the channel instead of protocol as argument

Passing protocol to preexport was in fact a historical relic from the
old times when channels weren't a thing. Refactoring that to match
current extensibility needs.
nest/protocol.h
nest/route.h
nest/rt-show.c
nest/rt-table.c
proto/babel/babel.c
proto/bgp/attrs.c
proto/bgp/bgp.h
proto/ospf/ospf.c
proto/pipe/pipe.c
proto/radv/radv.c
sysdep/unix/krt.c