aboutsummaryrefslogtreecommitdiff
path: root/cni
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-05-11 13:57:19 -0400
committerMatthew Heon <mheon@redhat.com>2020-05-11 13:57:19 -0400
commit50487832c641028d87c2249ac77efdeb9907ebc3 (patch)
treea462d44325f0b6050c6dd9a3b73dbd3a0f21765c /cni
parent7837bf3c071f1259bc08d8f9e52ed2b4edbda428 (diff)
downloadpodman-50487832c641028d87c2249ac77efdeb9907ebc3.tar.gz
podman-50487832c641028d87c2249ac77efdeb9907ebc3.tar.bz2
podman-50487832c641028d87c2249ac77efdeb9907ebc3.zip
Add HairpinMode to our CNI configs
This may resolve some issues with routing traffic between containers using the host's IP. Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'cni')
-rw-r--r--cni/87-podman-bridge.conflist1
1 files changed, 1 insertions, 0 deletions
diff --git a/cni/87-podman-bridge.conflist b/cni/87-podman-bridge.conflist
index 13b09a5b5..ef760a61b 100644
--- a/cni/87-podman-bridge.conflist
+++ b/cni/87-podman-bridge.conflist
@@ -7,6 +7,7 @@
"bridge": "cni-podman0",
"isGateway": true,
"ipMasq": true,
+ "hairpinMode": true,
"ipam": {
"type": "host-local",
"routes": [{ "dst": "0.0.0.0/0" }],