master-thesis/p4src
Nico Schottelius 7d9e9e1cfd Replace switch in action with multiple if's
p4c --target bmv2 --arch v1model --std p4-16 "../p4src/static-mapping.p4" -o "/home/p4/master-thesis/p4src"
../p4src/static-mapping.p4(60): error: SwitchStatement: switch statements not allowed in actions
        switch(hdr.icmp6.type) {
        ^^^^^^
2019-03-27 18:05:59 +01: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 Begin checksumming icmp4 2019-03-27 18:01:11 +01:00
headers.p4 Begin checksumming icmp4 2019-03-27 18:01:11 +01:00
parsers.p4 Correct state parser to match on icmp6.type 2019-03-23 14:30:20 +01:00
settings.p4 Add table constant 2019-03-23 16:22:48 +01:00
static-mapping.p4 Replace switch in action with multiple if's 2019-03-27 18:05:59 +01:00