28 Dec
2010
28 Dec
'10
11:22 a.m.
Ondrej Zajicek <santiago@crfreenet.org> wrote on 2010/12/28 10:00:03:
On Tue, Dec 28, 2010 at 02:12:53AM +0100, Joakim Tjernlund wrote:
Right, some comments:
- px_pos* is redundant. Just use rt_pos* for both V4 and V6.
rt_pos* is a position in Router-LSA, px_pos* is a position in Rt Prefix-LSA. In IPv6, we use both and they might be different.
Ah, now I see. You took the concept one step further.
- You can use u16 instead of s16, just in case you get a lot of I/Fs :) (use ~0 instead of -1 were needed)
You cannot have that problem, because size of OSPF packet (and one LSA) is limited by 64k.
Right, was half a joke. Jocke