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: Alexander Bluhm (bluhmcvs.openbsd.org)
Date: Tue Jun 01 2010 - 09:39:52 CDT


CVSROOT: /cvs
Module name: src
Changes by: bluhmcvs.openbsd.org 2010/06/01 08:39:52

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

Log message:
With IPv6 OSPF a single LSA can get larger than the MTU. As a
workaround it is better to drop this LSA with a log entry instead
of sending emtpy update packets in a burst. As link LSAs cannot
be split, the propper solution might be IPv6 fragments. See also
RFC5340 Section 4.4.3.8 and Appendix A.1.
ok stsp