Skip to content

Instantly share code, notes, and snippets.

@intlabs
Last active June 5, 2022 03:50
Show Gist options
  • Select an option

  • Save intlabs/1e7a1897438cb2bca2c3a429eee0942d to your computer and use it in GitHub Desktop.

Select an option

Save intlabs/1e7a1897438cb2bca2c3a429eee0942d to your computer and use it in GitHub Desktop.
#!/bin/bash
set -ex
default_route_dev="$(ip -br route | awk '/default/ { print $5; exit }')"
ethtool "${default_route_dev}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment