Add sscanf C api for parsing key/leaf ascii to binary
authorBrenden Blanco <bblanco@plumgrid.com>
Wed, 12 Aug 2015 15:55:09 +0000 (08:55 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Wed, 12 Aug 2015 19:08:35 +0000 (12:08 -0700)
commitf8ee5bf0e4dd424d2b6b55b8b4334a26a4186472
treea564682c8f24efcf870501bc1011404e263ee656
parentf04003e18f90883948675d7f31df41bc8be861ea
Add sscanf C api for parsing key/leaf ascii to binary

Expose an individual API of the what is done in table_update, that lets
the caller use the module to parse keys for it.

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
src/cc/bpf_common.cc
src/cc/bpf_common.h
src/cc/bpf_module.cc
src/cc/bpf_module.h