CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/30 15:24:34
Modified files:
usr.sbin/ospf6d: rde.h rde_lsdb.c
Log message:
lsa_get_prefix() needs to use something else then struct lsa_prefix to
store the prefix to because the onwire format has the prefix compressed and
so struct lsa_prefix will no longer carry the prefix in it. Use rt_prefix
instead which is the expanded and host-byte-order version of the former.
