CFV: v3 trap/engineID fix

2010-12-09 Thread Wes Hardaker
Largely brought about by the discussion with Claus, he definitely did spot one problem. In addition, I'd like to apply the debugging cleanup patch as well. Although I don't think it should be a problem based on the code I've looked at, he believes he's hit a null deference and it wouldn't surpri

Re: CFV: reload ipv6IfTable data

2010-12-09 Thread Wes Hardaker
> On Thu, 09 Dec 2010 10:21:13 +0100, Jan Safranek > said: JS> Please note that I've already checked the patch into SVN, not knowing JS> there are new checkin rules. I'll revert it if I won't get enough JS> votes. +1 so you probably don't need to revert :-) -- Wes Hardaker Please mail

Re: CFV: reload ipv6IfTable data

2010-12-09 Thread Robert Story
On Thu, 09 Dec 2010 10:21:13 +0100 Jan wrote: JS> Current implementation of ipv6IfTable never reloads list of interfaces, JS> deleted or added interfaces never (dis-)appear from the table. JS> JS> This patch reloads the list of interfaces whenever the table is JS> accessed. It adds also minor opt

CFV: reload ipv6IfTable data

2010-12-09 Thread Jan Safranek
Current implementation of ipv6IfTable never reloads list of interfaces, deleted or added interfaces never (dis-)appear from the table. This patch reloads the list of interfaces whenever the table is accessed. It adds also minor optimization (store last number of interfaces so realloc() probably