CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/10 07:50:34
Modified files:
usr.sbin/ospf6d: database.c lsreq.c
Log message:
When calculating how much payload ospf6d can put into DD and LSREQ packets
substract the size of the IPv6 header and not the IPv4 header from the MTU.
This stops ospf6d to send out fragmented packets.
Found with and OK benno@
