]> git.ipfire.org Git - thirdparty/bird.git/commit
bgp: Editing bgp route parsing so it can fit parsing routes from mrtload. Renaming...
authorKaterina Kubecova <katerina.kubecova@nic.cz>
Thu, 22 May 2025 09:09:31 +0000 (11:09 +0200)
committerKaterina Kubecova <katerina.kubecova@nic.cz>
Thu, 19 Jun 2025 14:59:18 +0000 (16:59 +0200)
commite4152742e704d62793117aa0c6ba878c53fc6706
treeaed22db17e8e662a92700018bd3b2919372fbcbc
parent4df24a82092401eab83f8bcac0d4f312fc72ce90
bgp: Editing bgp route parsing so it can fit parsing routes from mrtload. Renaming mrt load file.
13 files changed:
nest/protocol.h
nest/rt-table.c
proto/bgp/attrs.c
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/packets.c
proto/mrt/Makefile
proto/mrt/mrt.c
proto/mrt/mrt.h
proto/mrt/mrt_load.c [new file with mode: 0644]
proto/mrt/mrt_load.h [new file with mode: 0644]
proto/mrt/mrt_parse.c [deleted file]
proto/mrt/mrtload.Y [new file with mode: 0644]