cvs commit: src/sys/netinet ip_fw.h

Andrey V. Elsukov bu7cher at yandex.ru
Mon Apr 2 08:29:36 UTC 2007


Julian Elischer wrote:
> julian      2007-03-31 16:44:28 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:        (Branch: RELENG_6)
>     sys/netinet          ip_fw.h 
>   Log:
>   unbreak build by puting back definition used by ipfw(8)
>   the real fix is to just remove the offending lines there but I don't
>   have time to check that now. I'll do it right on Tuesday.

Hi, Julian.

This is not full fix.
http://www.freebsd.org/cgi/query-pr.cgi?pr=111121

--- src/sys/netinet/ip_fw2.c.orig       Mon Apr  2 11:48:03 2007
+++ src/sys/netinet/ip_fw2.c    Mon Nov 20 18:19:10 2006
@@ -3861,7 +3836,7 @@

                 case O_PIPE:
                 case O_QUEUE:
-                       if (cmdlen != F_INSN_SIZE(ipfw_insn))
+                       if (cmdlen != F_INSN_SIZE(ipfw_insn_pipe))
                                 goto bad_size;
                         goto check_action;


-- 
WBR, Andrey V. Elsukov


More information about the cvs-src mailing list