From: Stéphane Graber Date: Sat, 19 Aug 2017 16:28:46 +0000 (-0400) Subject: Add CONFIG_NETFILTER_XT_MATCH_COMMENT to lxc-checkconfig X-Git-Tag: lxc-2.1.0~22^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1752%2Fhead;p=thirdparty%2Flxc.git Add CONFIG_NETFILTER_XT_MATCH_COMMENT to lxc-checkconfig Closes https://github.com/lxc/lxd/issues/3685 Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/tools/lxc-checkconfig.in b/src/lxc/tools/lxc-checkconfig.in index 94bd268b5..53fc924c1 100644 --- a/src/lxc/tools/lxc-checkconfig.in +++ b/src/lxc/tools/lxc-checkconfig.in @@ -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