Enable IPv6 for lo for the canonical suite

This is needed to ensure it converges correctly.

Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-10-19 12:34:12 -07:00
parent d93caa21b6
commit 72ad232d03
2 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,7 @@ suites:
- name: canonical
run_list:
- recipe[test::net_setup]
- recipe[postfix]
attributes:
postfix:

View File

@ -0,0 +1,3 @@
sysctl 'net.ipv6.conf.lo.disable_ipv6' do
value 0
end