master-thesis/p4src
Nico Schottelius 30dcc0af81 Try to outsmart the compiler with the arp table
Adressing

p4c --target bmv2 --arch v1model --std p4-16 "../p4src/static-mapping.p4" -o "/home/p4/master-thesis/p4src"
../p4src/static-mapping.p4(366): error: Program is not supported by this target, because table MyIngress.v6_networks has multiple successors
    table v6_networks {
          ^^^^^^^^^^^
Compilation Error
2019-03-31 16:40:44 +02:00
..
.gitignore doc + gitignore for p4src 2019-03-14 14:12:50 +01:00
bug1-bool.p4 Re-add tcp_length 2019-03-06 19:39:20 +01:00
checksums.p4 s/bool/bit<1>/ 2019-03-30 17:02:18 +01:00
headers.p4 Arp is not IPv4 2019-03-31 16:37:21 +02:00
parsers.p4 Arp is not IPv4 2019-03-31 16:37:21 +02:00
settings.p4 Add table constant 2019-03-23 16:22:48 +01:00
static-mapping.p4 Try to outsmart the compiler with the arp table 2019-03-31 16:40:44 +02:00