]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add CONFIG_NETFILTER_XT_MATCH_COMMENT to lxc-checkconfig
authorStéphane Graber <stgraber@ubuntu.com>
Sat, 19 Aug 2017 16:28:46 +0000 (12:28 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 22 Aug 2017 06:48:49 +0000 (02:48 -0400)
Closes https://github.com/lxc/lxd/issues/3685

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/tools/lxc-checkconfig.in

index 94bd268b5c495593a2bcc3c37a211b01d8ee4d79..53fc924c169ddc3de5a927494a1e5b8fbbd34f6e 100644 (file)
@@ -181,6 +181,7 @@ echo
 echo -n "CONFIG_IP6_NF_TARGET_MASQUERADE: " && is_enabled CONFIG_IP6_NF_TARGET_MASQUERADE && is_probed nf_nat_masquerade_ipv6
 echo
 echo -n "CONFIG_NETFILTER_XT_TARGET_CHECKSUM: " && is_enabled CONFIG_NETFILTER_XT_TARGET_CHECKSUM && is_probed xt_CHECKSUM
+echo -n "CONFIG_NETFILTER_XT_MATCH_COMMENT: " && is_enabled CONFIG_NETFILTER_XT_MATCH_COMMENT && is_probed xt_comment
 echo
 echo -n "FUSE (for use with lxcfs): " && is_enabled CONFIG_FUSE_FS && is_probed fuse
 echo