commit | 4bf427f58aa30770272a3ccccfaf218fe4c7f8a8 | [log] [tgz] |
---|---|---|
author | Carmelo Cascone <carmelo@opennetworking.org> | Tue Jun 19 23:23:32 2018 +0200 |
committer | Carmelo Cascone <carmelo@opennetworking.org> | Tue Jun 19 21:47:16 2018 +0000 |
tree | 9c45fa6396cf8a8ed1658605f56b179fced5ad0e | |
parent | 8a517439271dfc0e85bb5e20241883a6f3ff0dd3 [diff] [blame] |
Recompiled P4 tutorial pipeconf to work with new P4 tools revisions Change-Id: I2f1e5f49233f095148990eddee098bfd406a5cf6
diff --git a/apps/p4-tutorial/pipeconf/src/main/resources/Makefile b/apps/p4-tutorial/pipeconf/src/main/resources/Makefile index adfd7ed..d819ecf 100644 --- a/apps/p4-tutorial/pipeconf/src/main/resources/Makefile +++ b/apps/p4-tutorial/pipeconf/src/main/resources/Makefile
@@ -1,4 +1,6 @@ all: mytunnel mytunnel: mytunnel.p4 - p4c-bm2-ss -o mytunnel.json --p4runtime-file mytunnel.p4info --p4runtime-format text mytunnel.p4 + p4c-bm2-ss --arch v1model -o mytunnel.json \ + --p4runtime-file mytunnel.p4info --p4runtime-format text \ + mytunnel.p4