diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2024-08-22 09:28:10 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2024-08-22 09:29:49 +0000 |
| commit | ca63dbc1ebe126e526ded8214a88c034fc92ab68 (patch) | |
| tree | e52dfbea119b95254fed49f86d2a76b3e08a5f1e | |
| parent | 04b16f6b83e5167fec567d1ba6652a53880781a3 (diff) | |
net/realtek-re-kmod: suggest to disable checksum offloading if the network hangs
PR: 275882
| -rw-r--r-- | net/realtek-re-kmod/Makefile | 1 | ||||
| -rw-r--r-- | net/realtek-re-kmod/pkg-message | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/net/realtek-re-kmod/Makefile b/net/realtek-re-kmod/Makefile index fbf1c8e9ae88..0a6cffedba27 100644 --- a/net/realtek-re-kmod/Makefile +++ b/net/realtek-re-kmod/Makefile @@ -1,6 +1,7 @@ PORTNAME= re PORTVERSION= 1100.00 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net PKGNAMEPREFIX= realtek- PKGNAMESUFFIX= -kmod diff --git a/net/realtek-re-kmod/pkg-message b/net/realtek-re-kmod/pkg-message index 04c8a05a9b71..07b478dccc53 100644 --- a/net/realtek-re-kmod/pkg-message +++ b/net/realtek-re-kmod/pkg-message @@ -23,6 +23,13 @@ to set the following tunables: hw.re.s5wol="1" hw.re.s0_magic_packet="1" + +If you experience network hangs with IPv6 enabled, +you might need to disable the checksum offloading +by adding the following parameters to the related +ifconfig line in your /etc/rc.conf file: + +-rxcsum -txcsum -rxcsum6 -txcsum6 EOM } ] |
