VM Updates (#83)

- Minor fixes to p4runtime exercise and README
- Adding p4runtime/solution
- Adding p4runtime/topology.json
- Updating .gitignore to include solution directory and topology.json
- Fixing root-bootstrap to exit on errors
- Updating VM name in Vagrantfile
- Setting up VM to automatically log 'p4' user in on startup
This commit is contained in:
Brian O'Connor
2017-11-08 08:13:17 -08:00
committed by Robert Soule
parent 9af6750bec
commit b2161b8a27
7 changed files with 334 additions and 53 deletions

2
.gitignore vendored
View File

@@ -8,11 +8,13 @@
# Compiled JSON
*.json
!*p4app.json
!topology.json
*.pcap
# Extracted solutions
solution*/
!solution/
# Build folders
build*/