Here is patch neccesary to those of us kernel "version challenged"
folks who do not have AF_PACKET support (2.0.x kernels), which
affects the firewall checking stuff in firewall.c:

It removes a feature from the package, but probably we cannot
have the feature anyway? And the package now compiles whereas
it would not before, and my dial setup still works after installing
it.

--
Dominic Amann, Owner, President, Secretary, Chief Cook and Bottlewasher for
        Transition Technologies, 158 Bowie Avenue,
        Toronto, ON, M6E 2R3, Canada
        Tel: (416) 785-8426


*** firewall.c.orig     Mon Mar  8 13:00:53 1999
--- firewall.c  Mon Mar  8 13:01:25 1999
***************
*** 763,769 ****
--- 763,771 ----
         * shut down do to a link failure.
         */
        if (ip_pkt->protocol == IPPROTO_TCP)
+ #ifdef HAVE_AF_PACKET
            forge_tcp_reset(sll->sll_protocol, ip_pkt, len);
+ #endif
        
        goto skip;
      }

Reply via email to