----- Original Message -----
From: "Jorge# ./S" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 02, 2002 7:26 AM
Subject: [Bridge] error aplying ebtables patch


Hello,

> Lets hope you can help me...


Fear not.

> I am trying to patch a kernel 2.4.18 whi the ebtables patch but I get the
> following error:
>
> [root@host linux]#  patch -p1 < /root/bridge/ebtablesv1.0_vs_nf-0.0.4.diff
> patching file net/Config.in
> Hunk #1 FAILED at 62.
>
> The kernel is already patched with:
> bridge-nf-0.0.6-against-2.4.18.diff

That net/Config.in file tends to change from time to time over kernel
versions. Nothing too shocking.
Please hand edit net/Config.in like this:

Search for "802.1d Ethernet Bridging", then put the next line directly under
the line you found:
   source net/bridge/netfilter/Config.in

(3 spaces in front)
That should do. If you're still unsure, look at the snippit below (the +
denotes it's a new line to be inserted).

> --- 62,68 ----
>      source net/decnet/Config.in
>   fi
>   tristate '802.1d Ethernet Bridging' CONFIG_BRIDGE
> +    source net/bridge/netfilter/Config.in
>   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
>      if [ "$CONFIG_BRIDGE" != "n" -a "$CONFIG_NETFILTER" != "n" ]; then
>         bool '  netfilter (firewalling) support' CONFIG_BRIDGE_NF

cheers,
Bart

_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge

Reply via email to