* Added advanced Heavy Hitter Detection example * Changed directory location * Restored skeleton version * Added files for common run infra with the other tutorials * Updated readme * Autogenerate setup rules * Commends in simple_router.p4 * Fix typos * Removed commended out lines
7 lines
177 B
Bash
Executable File
7 lines
177 B
Bash
Executable File
P4APPRUNNER=../utils/p4apprunner.py
|
|
python setup.py
|
|
mkdir -p build
|
|
tar -czf build/p4app.tgz * --exclude='build'
|
|
#cd build
|
|
sudo python $P4APPRUNNER p4app.tgz --build-dir ./build
|