CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/28 13:08:31
Modified files:
usr.sbin/ospf6d: area.c database.c hello.c ospf6.h ospfe.c
Log message:
area_ospf_options() should not return network byte order options. Instead
the callers should take care of getting the byte order right. While there
remove the opts[123] from the hello_hdr and use LSA_24_* to handle this
nasty fields instead. Now router LSA have the correct flags set.
