diff options
| author | Tom Rini <[email protected]> | 2022-06-17 09:13:50 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-17 09:13:50 -0400 |
| commit | ee4b80a6e276c433f1c59669b7fec47d6146ceaf (patch) | |
| tree | ad1b79d1af1e6595910bbce43e56b8e30bbf44f9 /net | |
| parent | 9abfbef57f55f31e42940ac2a18ebccfb087e5c6 (diff) | |
| parent | 3c07d639ede998cb682c284d1ffc4a3ddb062e13 (diff) | |
Merge branch '2022-06-16-assorted-bugfixes'
- A wide array of regression fixes and minor updates
Diffstat (limited to 'net')
| -rw-r--r-- | net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig index 964a4fe4999..564ea8b2d28 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -158,7 +158,7 @@ config UDP_CHECKSUM default y if SANDBOX help Enable this to verify the checksum on UDP packets. If the checksum - is wrong then the packet is discussed and an error is shown, like + is wrong then the packet is discarded and an error is shown, like "UDP wrong checksum 29374a23 30ff3826" config BOOTP_SERVERIP |
