CVSROOT: /cvs Module name: src Changes by: [email protected] 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@
