Re: Bug in creating ICMP error messages in FreeBSD4.2

2001-02-22 Thread idobarnea
>[redirected to -net] > >On Wed, Feb 21, 2001 at 09:50:58AM +, [EMAIL PROTECTED] wrote: >> >On Mon, Feb 19, 2001 at 08:26:56PM +0100, mouss wrote: >> > > At 14:25 19/02/01 +0200, [EMAIL PROTECTED] wrote: >> > > > Hi, >> > > > I encountered the following problem in the 4.2 version. >> > > > In

Re: Bug in creating ICMP error messages in FreeBSD4.2

2001-02-22 Thread Ruslan Ermilov
[redirected to -net] On Wed, Feb 21, 2001 at 09:50:58AM +, [EMAIL PROTECTED] wrote: > >On Mon, Feb 19, 2001 at 08:26:56PM +0100, mouss wrote: > > > At 14:25 19/02/01 +0200, [EMAIL PROTECTED] wrote: > > > > Hi, > > > > I encountered the following problem in the 4.2 version. > > > > In ip_forwa

Re: Bug in creating ICMP error messages in FreeBSD4.2

2001-02-21 Thread idobarnea
>On Mon, Feb 19, 2001 at 08:26:56PM +0100, mouss wrote: >> At 14:25 19/02/01 +0200, [EMAIL PROTECTED] wrote: >> >Hi, >> > I encountered the following problem in the 4.2 version. >> >In ip_forward, the following lines intend to save the mbuf in case we want to >> >send ICMP error later: >> > mco

Re: Bug in creating ICMP error messages in FreeBSD4.2

2001-02-19 Thread Ruslan Ermilov
On Mon, Feb 19, 2001 at 08:26:56PM +0100, mouss wrote: > At 14:25 19/02/01 +0200, [EMAIL PROTECTED] wrote: > >Hi, > > I encountered the following problem in the 4.2 version. > >In ip_forward, the following lines intend to save the mbuf in case we want to > >send ICMP error later: > > mcopy = m_

Re: Bug in creating ICMP error messages in FreeBSD4.2

2001-02-19 Thread mouss
At 14:25 19/02/01 +0200, [EMAIL PROTECTED] wrote: >Hi, > I encountered the following problem in the 4.2 version. >In ip_forward, the following lines intend to save the mbuf in case we want to >send ICMP error later: > mcopy = m_copy(m, 0, imin((int)ip->ip_len, 64)); > if (mcopy && (mcopy->m_fl

Bug in creating ICMP error messages in FreeBSD4.2

2001-02-19 Thread idobarnea
Hi, I encountered the following problem in the 4.2 version. In ip_forward, the following lines intend to save the mbuf in case we want to send ICMP error later: mcopy = m_copy(m, 0, imin((int)ip->ip_len, 64)); if (mcopy && (mcopy->m_flags & M_EXT)) m_copydata(mcopy, 0, sizeof(struct ip),