commit | 6d831139569dbee69acc631361db917e2c47feeb | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@opensourcerouting.org> | Thu Oct 09 16:05:15 2014 +0100 |
committer | Paul Jakma <paul@quagga.net> | Tue Nov 11 17:25:47 2014 +0000 |
tree | ba38e9354ffcc98245b03a5f50ef0e3cedb48d47 | |
parent | 1c06334f51c00471b0731227384ef42dc463db54 [diff] |
ospfd: Tweak previous iface RR write patch to avoid free/malloc & redundant log * linklist.{c,h}: (listnode_move_to_tail) new unction to move a listnode to tail of list. * ospf_packet.c: (ospf_write) remove debug that seemed to be mostly covered by existing debug. Use listnode_move_to_tail to just move the list node to the end of the tail, rather than freeing the one to hand and allocing a new one.