Package: user-mode-linux Version: 2.6.22-1um-1 Severity: minor The kernel is built with CONFIG_NETFILTER_XT_MATCH_CONNMARK=m but without CONFIG_NETFILTER_XT_TARGET_CONNMARK:
# zgrep _XT_TARGET_CONNMARK /proc/config.gz CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set # zgrep _XT_MATCH_CONNMARK /proc/config.gz CONFIG_NETFILTER_XT_MATCH_CONNMARK=m Having the CONNMARK target would be quite useful, as UML can be used to simulate network behavior. As I can see, the linux-image packages are built with both as modules and I suppose it'd be nice to have such options consistent between the linux-image packages and user-mode-linux. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

