commit | 25650ce5139ba5e8552930a1cc0c0c5c45e9e4d1 | [log] [tgz] |
---|---|---|
author | Aurélien Nephtali <aurelien.nephtali@corp.ovh.com> | Wed Apr 18 14:04:47 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 26 14:20:01 2018 +0200 |
tree | 75ea301281cd57c8238c82c5c3a294eb56ebf298 | |
parent | abbf6071058ba5f87dcfce2f5fb5645ddd591020 [diff] |
MINOR: map: Add payload support to "add map" It is now possible to use a payload with the "add map" command. These syntaxes will work the same way: # echo "add map #-1 key value" | socat /tmp/sock1 - # echo -e "add map #-1 <<\n$(cat data)\n" | socat /tmp/sock1 - with # cat data key1 value1 with spaces key2 value2 key3 value3 also with spaces Signed-off-by: Aurélien Nephtali <aurelien.nephtali@corp.ovh.com>