Skip to content

Instantly share code, notes, and snippets.

@jsravn
Created June 12, 2018 12:50
Embed
What would you like to do?
etc/ppp/ip-up.d/ethtool
#!/bin/sh
/sbin/ethtool -K ppp0 gro off gso off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment