Re: arp_rtrequest() panich & patch for comments

2004-10-25 Thread Bruce M Simpson
Hi, Can you please contact me off-list with more information about your Zebra configuration? On Mon, Oct 25, 2004 at 07:12:18PM +0300, Iasen Kostov wrote: >if ((rt->rt_flags & RTF_HOST) == 0 && > + rt_mask(rt) != NULL && >SIN(rt_mask(rt))->sin

Re: arp_rtrequest() panich & patch for comments

2004-10-25 Thread Iasen Kostov
Pawel Malachowski wrote: On Mon, Oct 25, 2004 at 07:12:18PM +0300, Iasen Kostov wrote: This is the segment of code: if ((rt->rt_flags & RTF_HOST) == 0 && SIN(rt_mask(rt))->sin_addr.s_addr != 0x) rt->rt_flags |= RTF_CLONING; BTW,

Re: arp_rtrequest() panich & patch for comments

2004-10-25 Thread Iasen Kostov
Iasen Kostov wrote: Iasen Kostov wrote: The problem is that there is a route in zebra's conf like this "ip route 192.168.100.0/24 tun0" and when zebra first starts there is still not tun0. In the moment of setting up the tun0 interface (creating or associating IP) it looks like zebra tries to ad

Re: arp_rtrequest() panich & patch for comments

2004-10-25 Thread Pawel Malachowski
On Mon, Oct 25, 2004 at 07:12:18PM +0300, Iasen Kostov wrote: > This is the segment of code: > >if ((rt->rt_flags & RTF_HOST) == 0 && >SIN(rt_mask(rt))->sin_addr.s_addr != 0x) >rt->rt_flags |= RTF_CLONING; BTW, http://www.freebs

Re: arp_rtrequest() panich & patch for comments

2004-10-25 Thread Iasen Kostov
Iasen Kostov wrote: The problem is that there is a route in zebra's conf like this "ip route 192.168.100.0/24 tun0" and when zebra first starts there is still not tun0. In the moment of setting up the tun0 interface (creating or associating IP) it looks like zebra tries to add this route which

arp_rtrequest() panich & patch for comments

2004-10-25 Thread Iasen Kostov
The problem is that there is a route in zebra's conf like this "ip route 192.168.100.0/24 tun0" and when zebra first starts there is still not tun0. In the moment of setting up the tun0 interface (creating or associating IP) it looks like zebra tries to add this route which until this moment is