mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
CLEANUP: Fix typo in ARGT_MSK6 comment
The incorrect comment was introduced in commit:
2ac5718dbd
v1.5-dev9 is the first tag containing this comment, the fix
should be backported to haproxy 1.5 and newer.
This commit is contained in:
parent
bf5ce02eff
commit
92bb034209
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ enum {
|
|||
ARGT_IPV4, /* an IPv4 address */
|
||||
ARGT_MSK4, /* an IPv4 address mask (integer or dotted), stored as ARGT_IPV4 */
|
||||
ARGT_IPV6, /* an IPv6 address */
|
||||
ARGT_MSK6, /* an IPv6 address mask (integer or dotted), stored as ARGT_IPV4 */
|
||||
ARGT_MSK6, /* an IPv6 address mask (integer or dotted), stored as ARGT_IPV6 */
|
||||
ARGT_TIME, /* a delay in ms by default, stored as ARGT_UINT */
|
||||
ARGT_SIZE, /* a size in bytes by default, stored as ARGT_UINT */
|
||||
ARGT_FE, /* a pointer to a frontend only */
|
||||
|
|
|
|||
Loading…
Reference in a new issue