]> git.ipfire.org Git - thirdparty/iptables.git/commit
libxtables: search first for AF-specific extension
authorArturo Borrero <arturo.borrero.glez@gmail.com>
Thu, 29 Jan 2015 16:44:33 +0000 (17:44 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 30 Jan 2015 18:43:14 +0000 (19:43 +0100)
commit417bb65240a7d444a26232b1d8b30fa3ee6ecbf3
tree37545d66fc7bf405fe70332051265d067e7ee969
parent1bad0c75aa5696590d5cc7279ae6a6830f761d16
libxtables: search first for AF-specific extension

There are some extension which may name-clash, for example:
 * libxt_mark.so
 * liebt_mark.so

Let's search first for AF-specific extension and then for the generic libxt_**.

Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
libxtables/xtables.c