Skip to content

Commit

Permalink
added DNSErrNo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Nov 2, 2023
1 parent 90e5442 commit b74301f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions controllers/consoleplugin/config/static-frontend-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,14 @@ columns:
filter: dns_flag_response_code
default: true
width: 5
- id: DNSErrNo
group: DNS
name: DNS Error
tooltip: DNS error number returned by bpf_skb_load_bytes function.
field: DnsErrno
filter: dns_errno
default: false
width: 5
filters:
- id: src_namespace
name: Namespace
Expand Down Expand Up @@ -741,6 +749,10 @@ filters:
- A IANA RCODE number like 0, 3, 9
- A IANA RCODE name like NoError, NXDomain, NotAuth
docUrl: https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-6
- id: dns_errno
name: DNS Error
component: autocomplete
hint: Specify a single DNS error number.
- id: time_flow_rtt
name: Flow RTT
component: number
Expand Down

0 comments on commit b74301f

Please sign in to comment.