diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-25 21:02:39 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-25 21:02:39 +0100 |
commit | 08bd2689bdeceb41f161a7d54fc1af4abcbbb8c1 (patch) | |
tree | db818aed944b4023f0ba6a9346fd871a8c9a420a /doc | |
parent | 9cffa4367b034b97a01fb3a0cf8095d8f56fa56a (diff) |
ARC: support $arc_domains also for verify fails
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/experimental-spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt index 845430870..481af1a9b 100644 --- a/doc/doc-txt/experimental-spec.txt +++ b/doc/doc-txt/experimental-spec.txt @@ -797,7 +797,8 @@ There are three new variables: $arc_state, $arc_state_reason, $arc_domains: $arc_state One of pass, fail, none $arc_state_reason (if fail, why) - $arc_domains (if pass) colon-sep list of ARC chain domains + $arc_domains colon-sep list of ARC chain domains, in chain order. + problematic elements may have empty list elements Receive log lines for an ARC pass will be tagged "ARC". |