OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Claudio Jeker (claudiocvs.openbsd.org)
Date: Tue Oct 16 2007 - 16:02:26 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2007/10/16 15:02:26

Modified files:
        usr.sbin/ospf6d: rde_lsdb.c

Log message:
Big round of lsa type cleanup. Moving from u_int8_t to u_int16_t made a lot
of ntohs() necessary. Nota bene the lsa type is cached in the vertex node in
host byte order. Additionally the defines are in host byte order so sprinkle
some ntohs() over rde_lsdb.c.