Merge remote-tracking branch 'origin/topic/awelzel/fix-dns-binds-complte-typo'

* origin/topic/awelzel/fix-dns-binds-complte-typo:
  DNS/dns_binds_rr: Fix complte to complete typo, switch to count
This commit is contained in:
Arne Welzel 2024-12-10 09:53:50 +01:00
commit 9034e135d1
6 changed files with 40 additions and 19 deletions

View file

@ -4247,8 +4247,9 @@ type dns_binds_rr: record {
algorithm: count; ##< Algorithm for Public Key.
key_id: count; ##< key tag.
removal_flag: count; ##< rm flag.
complte_flag: string; ##< complete flag.
complte_flag: string &deprecated="Remove in v8.1: Use complete_flag instead."; ##< complete flag.
is_query: count; ##< The RR is a query/Response.
complete_flag: count; ##< complete flag.
};
## A Private RR type LOC record.