commit | 7d4335c935091b3daf670012860d5fa38313241d | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Wed Aug 19 09:05:25 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 20 17:13:46 2015 +0200 |
tree | 479babee0dcb95defea074b0e27c0a326d25c38c | |
parent | 5cc18d46f334e15e2d0d62d4be9e06b27e928d7a [diff] |
MEDIUM: pattern/map: Maps can returns various types A map can store and return various types as output. The only one example is the IPv4 and IPv6 types. The previous patch remove the type from the sample storage struct and use the conoverter output type, expecting that all entries of the map have the same type. This will be wrong when the maps will support both IPv4 and IPv6 as output.