Skip to content

Instantly share code, notes, and snippets.

@garyachy
Last active August 16, 2018 10:18
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 garyachy/790aa7998c80ba5c78c8cd08fc398e47 to your computer and use it in GitHub Desktop.
Save garyachy/790aa7998c80ba5c78c8cd08fc398e47 to your computer and use it in GitHub Desktop.
VPP sample startup configuration
unix {
nodaemon
log /tmp/vpp.log
full-coredump
gid vpp
interactive
cli-listen /run/vpp/cli.sock
}
api-trace {
on
}
api-segment {
gid vpp
}
plugins {
plugin dpdk_plugin.so { disable }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment