Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logentry arguments for SOA SERIAL #1138

Merged
merged 3 commits into from
Oct 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/logentry_args.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ and updated messages (*msgids* and *msgstr*).
| nsname_list | List of domain names | A list of name servers, as specified by "nsname", separated by ";". |
| rcode | An RCODE Name | An RCODE Name (not numeric code) from [DNS RCODEs]. |
| rrtype | A Resource Record TYPE Name | A Resource Record TYPE Name (not numeric code) from [DNS RR TYPEs]. |
| soaserial | Non-zero positive integer | The numeric value for the SERIAL field in an SOA record. |
| soaserial_list | Non-zero positive integers | A list of numeric values, as specified by "soaserial", separated by ";".|
matsduf marked this conversation as resolved.
Show resolved Hide resolved
| testcase | A Zonemaster test case, or `all` | A test case identifier. |
| unicode_name | Unicode name of a code point | The name is a string in ASCII only and in upper case, e.g. "LATIN SMALL LETTER A"|

Expand Down