Laszlo Attila Toth wrote:
The socket match has an own matchinfo structure, with one boolean field, transparent, which is true when only transparent sockets can be matched. @@ -161,6 +168,7 @@ static struct xt_match socket_mt_reg __read_mostly = { .name = "socket", .family = AF_INET, .match = socket_mt, + .matchsize = sizeof(struct xt_socket_match_info),
This will break compatibility with old iptables binaries. You need to add a new revision for this. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html