[Devel] loose_route question
Klaus Darilion
klaus.mailinglists at pernau.at
Tue Aug 16 19:06:59 CEST 2005
In rr/loose.c, function loose_route:
ret = is_preloaded(_m);
if (ret < 0) {
return -1;
} else if (ret == 1) {
return after_loose(_m, 1);
} else {
...
Thus, if a request is preloaded (Route header but no To-tag), it is
always processed as loose_route message. Is this OK?
I think it is valid to send a request to a strict router with a
preloaded routeset.
regards
klaus
More information about the Devel
mailing list