]> git.proxmox.com Git - mirror_frr.git/commit
lib: use iovec for checksum code
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 26 Feb 2022 12:20:16 +0000 (13:20 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sat, 26 Feb 2022 15:49:12 +0000 (16:49 +0100)
commit89087f23b589b051910c26ae7772256adacc35a7
treec9def558726faf899559f96edd04f727fb54cf29
parent264c806da958e1b16619ed2a66a42f2b3ac69558
lib: use iovec for checksum code

... to allow checksumming noncontiguous blurbs of data.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/checksum.c
lib/checksum.h
tests/lib/test_checksum.c