commit | 15dfcd454cb99fd8c65b6ecda24acd9dabd570a7 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@web.de> | Thu Jun 25 08:22:08 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jun 29 14:18:08 2009 -0500 |
tree | 27df643cf96f7531e37cee828b67b7b449807195 | |
parent | f3353c6bc3c7ef4ce018aa4faa1b02aa59d9d178 [diff] |
monitor: Refactor acl commnds Refactor the ACL monitor interface to make full use of the monitor command dispatcher. This also gives proper help formatting and command completion. Note that 'acl allow' and 'acl deny' were combined to 'acl_add aclname match allow|deny [index]' for consistency reasons. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>