Fix conntrack proto sctp module

ip_conntrack_proto_sctp is the old name for the module and it is now
nf_conntrack_proto_sctp. In order for the kmod module to not keep trying
to modprobe the module, we need to use the correct name.

Change-Id: Ieaed235e71e9e6e41a46d9be0e02beb8f4341b1a
Closes-Bug: #1680579
(cherry picked from commit e811bb2efc)
This commit is contained in:
Alex Schultz 2017-04-06 13:30:09 -06:00 committed by Emilien Macchi
parent 08a8980478
commit 92ee6c1251
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ outputs:
config_settings:
kernel_modules:
nf_conntrack: {}
ip_conntrack_proto_sctp: {}
nf_conntrack_proto_sctp: {}
sysctl_settings:
net.ipv4.tcp_keepalive_intvl:
value: 1