Sephe,
Can you please commit the fix?

Cheers,
Petr

On Thu, 3 Jul 2008 01:30:02 pm Sepherosa Ziehau wrote:
> Sepherosa Ziehau <[EMAIL PROTECTED]> added the comment:
>
> Since you are using bge(4), I suggest you do following things:
> - Add options ETHER_INPUT_CHAIN and options ETHER_INPUT2 in your
> kernel config file
> - Change line 2119 in netinet/ip_carp.c
>   from:
>   #define CARP_LOCK_INIT(cif) lockinit(&(cif)->vhif_lock, "carp_if",
> 0,  LK_NOWAIT);
>   to:
>   #define CARP_LOCK_INIT(cif) lockinit(&(cif)->vhif_lock, "carp_if", 0, 
> 0); i.e. strip the LK_NOWAIT
>
> Hope it will work for you.
>
> Best Regards,
> sephe
>
> _____________________________________________________
> DragonFly issue tracker <[EMAIL PROTECTED]>
> <https://bugs.dragonflybsd.org/issue957>
> _____________________________________________________


Reply via email to