Skip to content

Commit

Permalink
Merge pull request #370 from gcs278/bufsize-1232
Browse files Browse the repository at this point in the history
OCPBUGS-15605: Update bufsize to 1232 bytes
  • Loading branch information
openshift-merge-robot committed Aug 17, 2023
2 parents 201bad2 + 944f87d commit 3f0692c
Show file tree
Hide file tree
Showing 26 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions pkg/operator/controller/controller_dns_configmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ var corefileTemplate = template.Must(template.New("Corefile").Funcs(template.Fun
log . {
{{$.LogLevel}}
}
bufsize 512
bufsize 1232
cache {{ $.PositiveTTL }} {
denial 9984 {{ $.NegativeTTL }}
}
}
{{end -}}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
{{.LogLevel}}
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/1ipv6_and_policy
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/1ns_and_policy
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/1ns_no_policy
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/1sysresconf
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/5upstreams
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/debug_loglevel
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class denial error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class denial error
Expand Down
10 changes: 5 additions & 5 deletions pkg/operator/controller/testdata/default_corefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
Expand All @@ -23,7 +23,7 @@ bar.com:5353 example.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
Expand All @@ -38,7 +38,7 @@ fizz.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
Expand All @@ -53,13 +53,13 @@ buzz.com:5353 example.buzz.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/duplicate_upstreams
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/empty_upstreams_array
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
6 changes: 3 additions & 3 deletions pkg/operator/controller/testdata/forwardplugin_tls
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
Expand All @@ -27,13 +27,13 @@ bar.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/just_policy
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/mult_upstreamresolvers
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/normal_loglevel
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/trace_loglevel
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class all
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class all
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/upstreams_type_empty
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/controller/testdata/without_upstreamresolvers
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ foo.com:5353 {
log . {
class error
}
bufsize 512
bufsize 1232
cache 900 {
denial 9984 30
}
}
.:5353 {
bufsize 512
bufsize 1232
errors
log . {
class error
Expand Down

0 comments on commit 3f0692c

Please sign in to comment.