Re: CARP behaviour

2007-03-04 Thread Sam Wun
On 3/5/07, Bruce M Simpson <[EMAIL PROTECTED]> wrote: Yar Tikhiy wrote: >> We shouldn't cache route pointers anywhere anymore. It has been completely >> removed from the PCBs and things like gif and others. >> > Sounds like a good way to go, too! :-) Thanks! > gre(4) does very funky things wit

Re: CARP behaviour

2007-03-04 Thread Bruce M Simpson
Yar Tikhiy wrote: We shouldn't cache route pointers anywhere anymore. It has been completely removed from the PCBs and things like gif and others. Sounds like a good way to go, too! :-) Thanks! gre(4) does very funky things with the route it caches to the tunnel endpoint. Someone(tm)

Re: CARP behaviour

2007-03-03 Thread Yar Tikhiy
On Sat, Mar 03, 2007 at 11:44:12PM +0100, Andre Oppermann wrote: > Yar Tikhiy wrote: > >On Sat, Mar 03, 2007 at 12:03:05AM +, Bruce M Simpson wrote: > >>During testing of M_PROMISC I noticed a couple of issues with our CARP. > >> > >>1. carp doesn't seem to maintain input/output statistics on i

Re: CARP behaviour

2007-03-03 Thread Andre Oppermann
Yar Tikhiy wrote: On Sat, Mar 03, 2007 at 12:03:05AM +, Bruce M Simpson wrote: During testing of M_PROMISC I noticed a couple of issues with our CARP. 1. carp doesn't seem to maintain input/output statistics on its ifnet. This should be OK. A carp(4) interface is just a place for CARP se

Re: CARP behaviour

2007-03-03 Thread Yar Tikhiy
On Sat, Mar 03, 2007 at 12:03:05AM +, Bruce M Simpson wrote: > During testing of M_PROMISC I noticed a couple of issues with our CARP. > > 1. carp doesn't seem to maintain input/output statistics on its ifnet. This should be OK. A carp(4) interface is just a place for CARP settings to live.

CARP behaviour

2007-03-02 Thread Bruce M Simpson
During testing of M_PROMISC I noticed a couple of issues with our CARP. 1. carp doesn't seem to maintain input/output statistics on its ifnet. 2. carp doesn't seem to detect that the underlying route to the subnet its address is exposed on changed to another interface. Are these conditions no