Module Name: src Committed By: martin Date: Wed Nov 13 12:50:30 UTC 2019
Modified Files: src/sys/net [netbsd-9]: if_vlan.c src/tests/net/if_vlan [netbsd-9]: t_vlan.sh Log Message: Pull up following revision(s) (requested by yamaguchi in ticket #420): sys/net/if_vlan.c: revision 1.148 tests/net/if_vlan/t_vlan.sh: revision 1.16 Fix a bug that vlan(4) fragments IPv6 packets even the MTU > packet length. The bug is appeared when the mtu is increased on SIOCSETVLAN. >From t-kusaba@IIJ atf: add test cases for MTU that is increased on SIOCSETVLAN >From t-kusaba@IIJ, thanks To generate a diff of this commit: cvs rdiff -u -r1.141.2.2 -r1.141.2.3 src/sys/net/if_vlan.c cvs rdiff -u -r1.15 -r1.15.2.1 src/tests/net/if_vlan/t_vlan.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.