]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Add another 32 bit accessor to the prefix data structure
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 9 Jan 2019 23:28:10 +0000 (18:28 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 11 Jan 2019 00:26:31 +0000 (19:26 -0500)
commit6a923ca4626b2c29872c7a759a37516a62eb0eb9
treeae1dab49abbca36441a4edd57737f25ccfcab98c
parent45511ba99cc00149e38cc41a85cef51dbbd98d36
lib: Add another 32 bit accessor to the prefix data structure

It would be nice to have the ability to access the prefix data structure
address as a block of 4 uint32_t's.  This will allow me to easily/quickly
update the v6 address by 1.  This will be used in subsuquent commits.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/prefix.h