On Tuesday 2010-04-06 16:15, Patrick McHardy wrote: >Jan Engelhardt wrote: >> The following changes since commit 21d1283750d9c4df7ca80165d2b9dc0b9bd214eb: >> Jan Engelhardt (1): >> iptables: correctly check for too-long chain/target/match names >> >> are available in the git repository at: >> >> git://dev.medozas.de/iptables master >> >> Jan Engelhardt (5): >> doc: libxt_MARK: no longer restricted to mangle table >> doc: remove claim that TCPMSS is limited to mangle >> libxt_recent: add a missing space in output >> doc: add manpage for libxt_osf >> libxt_osf: import nfnl_osf program > >This introduces a new dependency on libnfnetlink. I'd prefer if it would >only build the osf utils when the library is present. Updated. Though I bet a pint that there is at least one distribution that forgets to add libnfnetlink to BuildRequires. The following changes since commit 21d1283750d9c4df7ca80165d2b9dc0b9bd214eb: Jan Engelhardt (1): iptables: correctly check for too-long chain/target/match names are available in the git repository at: git://dev.medozas.de/iptables master Jan Engelhardt (5): doc: libxt_MARK: no longer restricted to mangle table doc: remove claim that TCPMSS is limited to mangle libxt_recent: add a missing space in output doc: add manpage for libxt_osf libxt_osf: import nfnl_osf program Makefile.am | 3 + configure.ac | 8 +- extensions/libxt_MARK.man | 7 +- extensions/libxt_TCPMSS.man | 5 +- extensions/libxt_osf.c | 4 +- extensions/libxt_osf.man | 45 +++ extensions/libxt_recent.c | 2 +- utils/.gitignore | 1 + utils/Makefile.am | 6 + utils/nfnl_osf.c | 485 ++++++++++++++++++++++++++++++ utils/pf.os | 687 +++++++++++++++++++++++++++++++++++++++++++ 11 files changed, 1242 insertions(+), 11 deletions(-) create mode 100644 extensions/libxt_osf.man create mode 100644 utils/.gitignore create mode 100644 utils/Makefile.am create mode 100644 utils/nfnl_osf.c create mode 100644 utils/pf.os -- 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