]> git.puffer.fish Git - matthieu/frr.git/commit
lib: add new stream function to reorganize buffer
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 11 May 2020 14:41:23 +0000 (11:41 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 24 Nov 2020 10:54:07 +0000 (07:54 -0300)
commit91804f630cfe6ce783743c8bc9216132613e7975
tree91f34124fcc722064cb9da4a9a477c03d0f13e4c
parent9bcab3130beb309d8a9e109162cd3010cd98ffa3
lib: add new stream function to reorganize buffer

The function was originally implemented for zebra data plane FPM plugin,
but another code places could use it.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
lib/stream.c
lib/stream.h
zebra/dplane_fpm_nl.c