Last active
August 16, 2018 10:18
-
-
Save garyachy/790aa7998c80ba5c78c8cd08fc398e47 to your computer and use it in GitHub Desktop.
VPP sample startup configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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