adde source_routing exercise

This commit is contained in:
Antonin Bas
2015-09-30 12:35:20 -07:00
parent 8d05aae343
commit 82bde33ec7
11 changed files with 367 additions and 0 deletions

8
SIGCOMM_2015/env.sh Normal file
View File

@@ -0,0 +1,8 @@
THIS_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
# ---------------- EDIT THIS ------------------
BMV2_PATH=$THIS_DIR/../../bmv2
# e.g. BMV2_PATH=$THIS_DIR/../bmv2
P4C_BM_PATH=$THIS_DIR/../../p4c-bm
# e.g P4C_BM_PATH=$THIS_DIR/../p4c-bm
# ---------------- END ------------------