Skip to content

Commit 632e823

Browse files
authored
Create nic-offloading-fix.json
1 parent a128f3c commit 632e823

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "NIC Offloading Fix",
3+
"slug": "nic-offloading-fix",
4+
"categories": [
5+
1
6+
],
7+
"date_created": "2025-05-25",
8+
"type": "pve",
9+
"updateable": false,
10+
"privileged": false,
11+
"interface_port": null,
12+
"documentation": null,
13+
"config_path": "",
14+
"website": null,
15+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/proxmox.webp",
16+
"description": "This script automates the process of disabling network interface card (NIC) offloading features specifically for Intel e1000e network interfaces on Linux systems.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "tools/pve/nic-offloading-fix.sh",
21+
"resources": {
22+
"cpu": null,
23+
"ram": null,
24+
"hdd": null,
25+
"os": null,
26+
"version": null
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": [
35+
{
36+
"text": "Execute within the Proxmox shell",
37+
"type": "info"
38+
}
39+
]
40+
}

0 commit comments

Comments
 (0)