Re: [PATCH v2 iproute2 1/2] utils: make hex2mem available to all users

2017-02-18 Thread Stephen Hemminger
On Fri, 10 Feb 2017 06:25:43 -0500 Jamal Hadi Salim wrote: > From: Jamal Hadi Salim > > hex2mem() api is useful for parsing hexstrings which are then packed in > a stream of chars. > > Signed-off-by: Jamal Hadi Salim I went ahead and applied this part since it makes sense to have it now. The

[PATCH v2 iproute2 1/2] utils: make hex2mem available to all users

2017-02-10 Thread Jamal Hadi Salim
From: Jamal Hadi Salim hex2mem() api is useful for parsing hexstrings which are then packed in a stream of chars. Signed-off-by: Jamal Hadi Salim --- include/utils.h | 1 + ip/ipl2tp.c | 25 - lib/utils.c | 25 + 3 files changed, 26 inse