Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
c9e92242dd4bcd2a0a23920c36c1307eb3080e33
/
.
/
apps
/
p4-tutorial
/
pipeconf
/
src
/
main
/
resources
/
Makefile
blob: 9a6a8d01c7616e5e28cc1fe6e78b5574b00b1342 [
file
] [
log
] [
blame
]
all
:
main
main
:
main
.
p4
p4c
-
bm2
-
ss
-
o main
.
json
--
p4runtime
-
file main
.
p4info
--
p4runtime
-
format text main
.
p4
# Fix for BMv2/p4c bug...
sed
-
i
-
e
's/"value" : "0xff"/"value" : "0x00ff"/g'
main
.
json