On Wed, Dec 9, 2009 at 11:42 AM, Iustin Pop <[email protected]> wrote: > On Tue, Dec 08, 2009 at 02:58:24PM +0000, Guido Trotter wrote: >> Currently we have a hardcoded constant in nld for the target tunnel >> interface. Rather than doing that, we can send one instance group >> request per routing table we're aware of, and then depending on the >> routing table use the correct tunnel, according to the config files. >> >> Signed-off-by: Guido Trotter <[email protected]> > > LGTM, but fwiw: are all the cases where you just use ...[link] protected > by proper validations?
Yes, because the link variable comes from a for loop around the dict which I'm accessing, below. Unless I'm missing something, of course :) But that shouldn't be! :) Thanks, Guido
