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
This commit is contained in:
Harald Jensås 2020-10-09 22:04:36 +02:00
parent ff4d8fa4e2
commit f51430d1ce
1 changed files with 1 additions and 0 deletions

View File

@ -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: