CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/29 03:09:57
Modified files:
sys/net : if_vether.c if_vxlan.c if_pair.c
sys/netinet : if_ether.h
Log message:
For virtual Ethernet drivers that don't have a technical limit of the
hardmtu, pick a value of 65435 that leaves space for some
encapsulation and almost a complete max-IP packet. After some
discussion we picked this arbitrary value.
OK dlg@
