From 786ceecf0799e7aee109804d2b6df0bb4cdc7b54 Mon Sep 17 00:00:00 2001 From: theojepsen Date: Fri, 3 Nov 2017 19:23:05 +0000 Subject: [PATCH] Updated VM (#75) * Updated ecn exercise to work with new util scripts * Bugfix and print port mapping in run_exercise.py * updateded bootstrap for vm --- P4D2_2017_Fall/vm/user-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P4D2_2017_Fall/vm/user-bootstrap.sh b/P4D2_2017_Fall/vm/user-bootstrap.sh index a396b49..bc81ab0 100644 --- a/P4D2_2017_Fall/vm/user-bootstrap.sh +++ b/P4D2_2017_Fall/vm/user-bootstrap.sh @@ -47,6 +47,7 @@ unset LDFLAGS cd .. # Install gRPC Python Package sudo pip install grpcio +sudo pip install crcmod # BMv2 deps (needed by PI) git clone https://github.com/p4lang/behavioral-model.git @@ -111,7 +112,6 @@ cd .. # Tutorials pip install crcmod git clone https://github.com/p4lang/tutorials -git checkout p4d2_2017_fall sudo mv tutorials /home/p4 sudo chown -R p4:p4 /home/p4/tutorials