]> git.proxmox.com Git - mirror_iproute2.git/commit - lib/utils.c
utils: make hex2mem available to all users
authorJamal Hadi Salim <jhs@mojatatu.com>
Sat, 14 Jan 2017 22:04:43 +0000 (17:04 -0500)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 17 Jan 2017 16:45:22 +0000 (08:45 -0800)
commit1c570c50a362bd0cdf1c08874137d485fae3f5e4
tree3a858e4fe0fe3b5e6c96f003a9c3183d232a6154
parent530903dd9003492edb0714e937ad4a5d1219e376
utils: make hex2mem available to all users

hex2mem() api is useful for parsing hexstrings which are then packed in
a stream of chars.

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
include/utils.h
ip/ipl2tp.c
lib/utils.c