remove excussive fields in dns_svcb_rr

This commit is contained in:
FlyingWithJerome 2021-10-12 21:40:56 -04:00
parent c957e3e91e
commit 605d4024e4
4 changed files with 42 additions and 47 deletions

View file

@ -3887,7 +3887,6 @@ type dns_loc_rr: record {
type dns_svcb_rr: record {
svc_priority: count; ##< Service priority for the current record, 0 indicates that this record is in AliasMode and cannot carry svc_params; otherwise this is in ServiceMode, and may include svc_params
target_name: string; ##< Target name, the hostname of the service endpoint.
svc_params: table[count] of vector of string; ##< service parameters as key-value pairs (not used at this point)
};
# DNS answer types.

View file

@ -1,3 +1 @@
[svc_priority=1, target_name=., svc_params={
}]
[svc_priority=1, target_name=.]

View file

@ -1,3 +1 @@
[svc_priority=0, target_name=foo.example.com, svc_params={
}]
[svc_priority=0, target_name=foo.example.com]