search for: dep_trist

Displaying 2 results from an estimated 2 matches for "dep_trist".

Did you mean: dep_list
2007 Apr 18
0
[Bridge] How to apply the patch ebtables-brnf-2_vs_2.4.21.diff.gz
...dlo wrote: > Hi, > > tried it ... patch works fine but "make xconfig" does not anymore :-( It's know bug. (was described in the ebtables-user@ maillist) Here is the correct piece of net/ipv4/netfilter/Config.in ... if [ "$CONFIG_BRIDGE" != "n" ]; then dep_tristate ' Physdev match support' CONFIG_IP_NF_MATCH_PHYSDEV $CONFIG_IP_NF_IPTABLES fi ... Just add $CONFIG_IP_NF_IPTABLES at the end of line 47. -- Best regards, Nick Fedchik http://www.fedchik.org.ua
2002 May 14
1
what''s the meaning of xchg()?
.../extra/IMQX.patch.config.in iptables-1.2.6a/patch-o-matic/extra/IMQX.patch.config.in >--- iptables-1.2.6a-clean/patch-o-matic/extra/IMQX.patch.config.in Thu Jan 1 01:00:00 1970 >+++ iptables-1.2.6a/patch-o-matic/extra/IMQX.patch.config.in Sat Mar 23 02:37:20 2002 >@@ -0,0 +1,4 @@ >+ dep_tristate ' MARK target support' CONFIG_IP_NF_TARGET_MARK $CONFIG_IP_NF_MANGLE >+ if [ "$CONFIG_IMQ" == "y" ]; then >+ dep_tristate ' IMQX target support' CONFIG_IP_NF_TARGET_IMQX $CONFIG_IP_NF_MANGLE >+ fi >diff -urN iptables-1.2.6a-clean/p...