]> git.puffer.fish Git - matthieu/frr.git/commit
bfdd: make bfd_recv_* more generic
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 29 Aug 2018 17:17:29 +0000 (14:17 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 3 Sep 2018 13:41:33 +0000 (10:41 -0300)
commit50571b2ee7c2c7f8f140cd099ff7a62ee33ceba4
treec2866ff55b88ca1e5eabcdb03bb5e8ce5af20f8b
parent8a9f760ed9d490ebadb51be5783c6149881b066f
bfdd: make bfd_recv_* more generic

We'll reuse these functions later to receive echo packets, so we need
to despecialize them first. Another improvement here is that we are
going to remove the global buffer variable and opt to use the stack.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
bfdd/bfd_packet.c