commit | 662b2d8d18eed9f7f7a2cf8550c10eccdab5e6e9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 08 19:56:15 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 23:24:51 2007 +0200 |
tree | d2d6beaab75c3606e1f1028499bd5d7dff597f07 | |
parent | a67fad9d68482dd03f920bd6e262ea190a1ab182 [diff] |
[MINOR] implement the ACL keywords 'dst' and 'dport' The file client.c now provides acl_fetch_dip and acl_fetch_dport to be able to check the client's destination address and port. The corresponding ACL keywords 'dst' and 'dport' have been added.