bug-zebra
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-zebra] ripngd cannot annouce route on OBSD 2.7-stable


From: Jun-ichiro itojun Hagino
Subject: Re: [Bug-zebra] ripngd cannot annouce route on OBSD 2.7-stable
Date: Wed, 20 Sep 2000 23:08:46 +0900

>Would you mind to try the latest CVS version of Zebra?  I've just
>applied below patch sent to Zebra ML.

        actually, the patch is wrong.

>   struct cmsghdr  *cmsgptr;
>-  char adata [sizeof (struct cmsghdr) + sizeof (struct in6_pktinfo)];
>+  char adata [CMSG_SPACE(sizeof (struct in6_pktinfo))];
>   struct in6_pktinfo *pkt;

        CMSG_SPACE does not necessarily a constant.  we cannot declare
        an array out of it.

itojun


reply via email to

[Prev in Thread] Current Thread [Next in Thread]