fix udp-gpo-forwarding
This commit is contained in:
parent
cd24c3151f
commit
6d0b00db69
@ -66,7 +66,7 @@ in {
|
|||||||
|
|
||||||
system.activationScripts.udp-gro-forwarding = {
|
system.activationScripts.udp-gro-forwarding = {
|
||||||
text = with interfaces.main'; ''
|
text = with interfaces.main'; ''
|
||||||
sudo ${pkgs.ethtool}/bin/ethtool -K ${bridgeName} rx-udp-gro-forwarding on rx-gro-list off
|
${pkgs.ethtool}/bin/ethtool -K ${bridgeName} rx-udp-gro-forwarding on rx-gro-list off
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user