]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: use on stack struct attr_extra in bgp_update_receive()
authorJorge Boncompte [DTI2] <jorge@dti2.net>
Mon, 7 May 2012 16:53:03 +0000 (16:53 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 22 May 2012 18:25:49 +0000 (20:25 +0200)
commit489d005a9ad94675f40dc7bceff6176cfad36d45
treec11edc9588fc1fd4ccef33f168a7367d0a34db65
parent6182d65b23fc0362b173e2a9314fa4551523a1c2
bgpd: use on stack struct attr_extra in bgp_update_receive()

Reduce memory heap fragmentation and pressure on the memory allocator.

Signed-off-by: Jorge Boncompte [DTI2] <jorge@dti2.net>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_packet.c