* 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
11 lines
170 B
JSON
11 lines
170 B
JSON
{
|
|
"program": "simple_router.p4",
|
|
"language": "p4-16",
|
|
"targets": {
|
|
"mininet": {
|
|
"num-hosts": 2,
|
|
"switch-config": "simple_router.config"
|
|
}
|
|
}
|
|
}
|