Re: [PATCH v5 0/8] Add IPv6 support to the ipmask converter

2018-01-25 Thread Willy Tarreau
Hi Tim,

On Thu, Jan 25, 2018 at 04:24:43PM +0100, Tim Duesterhus wrote:
> Willy,
> 
> okay. I added Jarno to the commit message of the actual changes
> to the ipmask converter. I did not clean up the tags, you know
> best which ones you wanted to change. If Jarno complains about
> his name being in there, before you get the change to apply please
> edit him out, as you need to modify the messages anyway.

Wonderful, now applied, thanks very much.

> Attached comes the complete series (v5). Again: Be extra careful
> with the first patch, because it contains 8bit characters.

Yes, thank you for the reminder. Just checked and it's OK.

Cheers,
Willy



[PATCH v5 0/8] Add IPv6 support to the ipmask converter

2018-01-25 Thread Tim Duesterhus
Willy,

okay. I added Jarno to the commit message of the actual changes
to the ipmask converter. I did not clean up the tags, you know
best which ones you wanted to change. If Jarno complains about
his name being in there, before you get the change to apply please
edit him out, as you need to modify the messages anyway.

Attached comes the complete series (v5). Again: Be extra careful
with the first patch, because it contains 8bit characters.

Best regards
Tim Duesterhus

Tim Duesterhus (8):
  BUG/MINOR: sample: Fix encoding of sample.c
  DOC: sample: Fix outdated comment about sample casts functions
  BUG/MINOR: sample: Fix output type of c_ipv62ip
  DOC: Fix typo in ARGT_MSK6 comment
  CLEANUP: standard: Use len2mask4 in str2mask
  MINOR: standard: Add str2mask6 function
  MINOR: config: Add support for ARGT_MSK6
  MEDIUM: sample: Add IPv6 support to the ipmask converter

 doc/configuration.txt | 11 +++
 include/common/standard.h |  6 ++
 include/types/arg.h   |  2 +-
 src/arg.c | 11 +--
 src/hlua.c|  7 +++
 src/sample.c  | 39 +++
 src/standard.c| 28 
 7 files changed, 81 insertions(+), 23 deletions(-)

-- 
2.15.1