]> git.ipfire.org Git - thirdparty/bird.git/commit
Protocols have their own explicit init routines
authorMaria Matejka <mq@ucw.cz>
Fri, 18 Mar 2022 21:05:50 +0000 (22:05 +0100)
committerMaria Matejka <mq@ucw.cz>
Wed, 6 Apr 2022 16:14:08 +0000 (18:14 +0200)
commit4a23ede2b056a41456790cc20a0c3d92a7137693
tree179c6f0ae13604cb85e9f10729818ef0b131e9a1
parent0f68515263e91dd49b2d845cdff35af40c064dc2
Protocols have their own explicit init routines
31 files changed:
Makefile.in
nest/Makefile
nest/proto.c
nest/protocol.h
nest/rt-dev.c
proto/babel/Makefile
proto/babel/babel.c
proto/bfd/Makefile
proto/bfd/bfd.c
proto/bgp/Makefile
proto/bgp/bgp.c
proto/mrt/Makefile
proto/mrt/mrt.c
proto/ospf/Makefile
proto/ospf/ospf.c
proto/perf/Makefile
proto/perf/perf.c
proto/pipe/Makefile
proto/pipe/pipe.c
proto/radv/Makefile
proto/radv/radv.c
proto/rip/Makefile
proto/rip/rip.c
proto/rpki/Makefile
proto/rpki/rpki.c
proto/static/Makefile
proto/static/static.c
sysdep/unix/Makefile
sysdep/unix/krt.c
sysdep/unix/main.c
test/bt-utils.c