]> git.ipfire.org Git - thirdparty/bird.git/commit
Import tables are stored as an attribute layer inside the main tables.
authorMaria Matejka <mq@ucw.cz>
Thu, 16 Jun 2022 21:24:56 +0000 (23:24 +0200)
committerMaria Matejka <mq@ucw.cz>
Mon, 20 Jun 2022 09:56:38 +0000 (11:56 +0200)
commitbecab5072d6d84d6f9c9402387a9e1c14dcc384d
treed9d7a016655d271f7cc4d7b1cc04e7ce7cad69ec
parent8c92f47ac77f267368b6d6bd161689a0c0bc5e5a
Import tables are stored as an attribute layer inside the main tables.

The separate import tables were too memory-greedy, there is no need for
them being stored as full-sized tables.
13 files changed:
lib/route.h
nest/config.Y
nest/proto.c
nest/protocol.h
nest/rt-attr.c
nest/rt-show.c
nest/rt-table.c
nest/rt.h
proto/bgp/bgp.c
proto/bgp/packets.c
proto/ospf/rt.c
proto/perf/perf.c
proto/pipe/pipe.c