From f51430d1ceda43e33cf0789d083256a11862b518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Fri, 9 Oct 2020 22:04:36 +0200 Subject: [PATCH] Enable net.ipv6.conf.all.forwarding on dhcpv6-relay The dhcpv6-relay acts as both DHCPv6 relay and router with radvd. Introspection and provisionin baremetal nodes in the OVB environment fail's with connection timeout unless net.ipv6.conf.all.forwarding is enabled. Change-Id: Ida15d7e5c573ea09f8e6929d70901408330dc8e8 --- templates/dhcpv6-relay.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/dhcpv6-relay.yaml b/templates/dhcpv6-relay.yaml index 295d41c..be73d5b 100644 --- a/templates/dhcpv6-relay.yaml +++ b/templates/dhcpv6-relay.yaml @@ -215,6 +215,7 @@ resources: net.ipv6.conf.eth1.forwarding = 1 net.ipv6.conf.eth2.forwarding = 1 net.ipv6.conf.eth3.forwarding = 1 + net.ipv6.conf.all.forwarding = 1 - - path: /etc/chrony.conf content: str_replace: