Skip to content

Commit

Permalink
Disable masquerade means disable masquerade if ipv6 too
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Markus With committed Aug 6, 2021
1 parent a85095c commit 70a6064
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ data:
#
container-runtime: "{{ .ContainerRuntimeLabels }}"
masquerade: "{{- if WithDefaultBool .DisableMasquerade false -}}false{{- else -}}true{{- end -}}"
enable-ipv6-masquerade: "{{- if WithDefaultBool .DisableMasquerade false -}}false{{- else -}}true{{- end -}}"
install-iptables-rules: "{{- if .IPTablesRulesNoinstall -}}false{{- else -}}true{{- end -}}"
auto-direct-node-routes: "{{ .AutoDirectNodeRoutes }}"
{{ if .EnableHostReachableServices }}
Expand Down

0 comments on commit 70a6064

Please sign in to comment.