]> git.ipfire.org Git - thirdparty/bird.git/commit
Splitting route data structures out to lib
authorMaria Matejka <mq@ucw.cz>
Thu, 31 Mar 2022 17:09:38 +0000 (19:09 +0200)
committerMaria Matejka <mq@ucw.cz>
Wed, 4 May 2022 13:37:41 +0000 (15:37 +0200)
commitef6a903e6f44b467f9606018446095521ad01ef1
treee255b556324da5da263695b77373b49f3fce6896
parent0e1e632f70b74cf111f08175ab3634db2f962579
Splitting route data structures out to lib
43 files changed:
conf/cf-lex.l
conf/conf.c
conf/confbase.Y
filter/data.c
filter/f-util.c
filter/filter.c
filter/filter.h
lib/event_test.c
lib/route.h [new file with mode: 0644]
nest/a-path.c
nest/a-path_test.c
nest/a-set.c
nest/a-set_test.c
nest/attrs.h
nest/cmds.c
nest/proto.c
nest/protocol.h
nest/rt-attr.c
nest/rt-dev.c
nest/rt-fib.c
nest/rt-show.c
nest/rt-table.c
nest/rt.h [moved from nest/route.h with 57% similarity]
proto/babel/babel.h
proto/bfd/bfd.h
proto/bgp/attrs.c
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/packets.c
proto/mrt/mrt.h
proto/ospf/ospf.h
proto/perf/perf.c
proto/pipe/pipe.c
proto/radv/radv.h
proto/rip/rip.h
proto/rpki/rpki.h
proto/static/static.c
proto/static/static.h
sysdep/bsd/krt-sock.c
sysdep/linux/netlink.c
sysdep/unix/krt.c
sysdep/unix/main.c
test/bt-utils.c