Skip to content

Instantly share code, notes, and snippets.

@JustinAzoff
Created September 17, 2014 21:02
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 JustinAzoff/e2189e6b5f7e1cb0e206 to your computer and use it in GitHub Desktop.
Save JustinAzoff/e2189e6b5f7e1cb0e206 to your computer and use it in GitHub Desktop.
pfring.modules for redhat
# /etc/sysconfig/modules/pfring.modules
if [ ! -e /proc/net/pfring ] ; then
exec /sbin/modprobe pf_ring enable_tx_capture=0 min_num_slots=32768 >/dev/null 2>&1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment