Skip to content

Instantly share code, notes, and snippets.

@RubenKelevra
Last active September 22, 2015 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RubenKelevra/ad6d22f0c18fec18dcb7 to your computer and use it in GitHub Desktop.
Save RubenKelevra/ad6d22f0c18fec18dcb7 to your computer and use it in GitHub Desktop.
Enable routing on Netperf
netperf -L 192.168.0.20 -H 192.168.1.23 -t udp_stream -l 60 -- -R 1
The "-- -R 1" part enables subnet-routing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment