]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: standard: Add str2mask6 function
authorTim Duesterhus <tim@bastelstu.be>
Thu, 25 Jan 2018 15:24:49 +0000 (16:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 25 Jan 2018 21:25:40 +0000 (22:25 +0100)
commit471851713af20d84b67b8966471ea758dc8c12b9
tree69e90d0c233e8ceede1ac79dcf70bf48d8c47a5d
parent8575f72e934780d4d126e297ad0c8967280e356e
MINOR: standard: Add str2mask6 function

This new function mirrors the str2mask() function for IPv4 addresses.

This commit is in preparation to support ARGT_MSK6.
include/common/standard.h
src/standard.c