The following changes since commit 9ee2a9fe2f74b616da34878104bd1ff406534ad1: extensions: add extension for devgroup match (2011-02-03 06:10:41 +0100) are available in the git repository at: git://dev.medozas.de/iptables master Jan Engelhardt (8): iptables: reduce indentation of parse loop (1/3) iptables: reduce indentation of parse loop (2/3) iptables: use variable as shortcut in parse loop iptables: reduce indentation of parse loop (3/3) iptables: fix error message for unknown options build: directly use config.h in internal.h libxtables: symbol visibility libxtables: symbol versioning .gitignore | 1 - Makefile.am | 9 +- configure.ac | 6 +- extensions/GNUmakefile.in | 2 +- include/iptables/internal.h | 21 +++++ include/iptables/internal.h.in | 13 --- ip6tables.c | 187 ++++++++++++++++++--------------------- iptables.c | 194 ++++++++++++++++++---------------------- libxtables.map | 55 +++++++++++ m4/gcc4_visibility.m4 | 21 +++++ xtables.c | 109 +++++++++++++---------- 11 files changed, 340 insertions(+), 278 deletions(-) create mode 100644 include/iptables/internal.h delete mode 100644 include/iptables/internal.h.in create mode 100644 libxtables.map create mode 100644 m4/gcc4_visibility.m4 -- 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