From 00fb19121c5380fb3e037ba132b41c010ddd4a935d7eb5104ee69b3bc1c62b01 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Tue, 29 May 2018 11:14:31 +0000 Subject: [PATCH] Accepting request 612835 from home:ereslibre:branches:devel:CaaSP:Head:ControllerNode - Add use-32-prefix-udp-backend.patch: backend/udp: Use a /32 prefix for the flannel0 interface This avoids the kernel's creation of broadcast routes, which prevent communication from the host with the zeroth subnet to containers on any other hosts. Fixes: bsc#1094364 OBS-URL: https://build.opensuse.org/request/show/612835 OBS-URL: https://build.opensuse.org/package/show/devel:CaaSP:Head:ControllerNode/flannel?expand=0&rev=8 --- flannel.changes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/flannel.changes b/flannel.changes index 055637a..fd7cb89 100644 --- a/flannel.changes +++ b/flannel.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue May 29 11:11:34 UTC 2018 - rfernandezlopez@suse.com + +- Add use-32-prefix-udp-backend.patch: backend/udp: Use a /32 prefix for the flannel0 interface + This avoids the kernel's creation of broadcast routes, which prevent + communication from the host with the zeroth subnet to containers on any + other hosts. + +Fixes: bsc#1094364 + ------------------------------------------------------------------- Thu Feb 1 16:58:22 CET 2018 - ro@suse.de