Comment 3 for bug 1164329

Revision history for this message
Andrey Konovalov (andrey-konovalov) wrote :

Also builds 592 and 596 are very similar WRT the kernel. The former uses ll-20140120.0, the latter - ll-20140124.0, and *the only* differences between the kernel source trees are just CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m added to distribution.conf, and few changes to beaglebone.conf. The kernel configs from these two builds are slightly different, but it shouldn't matter in this case:
-----8<-----
 BRIDGE_EBT_T_FILTER n -> m
 NETFILTER_NETLINK_LOG n -> m
 NETFILTER_XT_MATCH_CONNMARK n -> m
 NETFILTER_XT_MATCH_CONNTRACK n -> m
 NETFILTER_XT_MATCH_MAC n -> m
 NF_CT_NETLINK n -> m
+NETFILTER_NETLINK m
+NETFILTER_XT_MATCH_OSF n
+NF_TABLES n
-----8<-----