[Bug 280036] Data corruption over if_ovpn (OpenVPN DCO) observed
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280036 --- Comment #4 from Zhenlei Huang <[email protected]> --- (In reply to ss3bsd from comment #3) I guess a small file ( 1M bytes ) is enough to reproduce. Maybe require multiple rounds though. > # md5sum randomfile* This is good to check the corruption, but less useful to figure out how many bytes got corrupted. May you please also share the binary diff ? You can do that by: ``` # diff <( hexdump -x randomfile ) <( hexdump -x randomfile.return ) ``` -- You are receiving this mail because: You are the assignee for the bug.