Hi this is a patch series ultimately leading to IPv6 support for the ipmask converter. Please note the following:
- The first patch contains non-US-ASCII characters, as the sole purpose of it is to remove the non-US-ASCII characters from the source file. Please take extra care when applying the patch to make sure the result is good. - The next two patches fix two small bugs in the sample converters and are of general utility. - The last five patches implement the progression to IPv6 support for the ipmask converter and only make changes to the mask handling. Think of this as 3 logical patch series when reviewing. 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 | 31 ++++++++++++++++++++++--------- src/standard.c | 28 ++++++++++++++++++++++++---- 7 files changed, 76 insertions(+), 20 deletions(-) -- 2.15.1

