master-thesis/p4src
Nico Schottelius bfd4a35942 Try to find another workaround against json error in the switch
[15:54:38.463] [bmv2] [D] [thread 21721] Set default default entry for table 'MyIngress.nat46': MyIngress.controller_debug_table_id - 4,
[15:54:38.463] [bmv2] [D] [thread 21721] Set default default entry for table 'tbl_act_3': act_3 -
[15:54:38.463] [bmv2] [D] [thread 21721] Set default default entry for table 'tbl_act_4': act_4 -
[15:54:38.463] [bmv2] [D] [thread 21721] Set default default entry for table 'tbl_nat46_icmp_generic': MyIngress.nat46_icmp_generic -
[15:54:38.463] [bmv2] [D] [thread 21721] Set default default entry for table 'tbl_act_5': act_5 -
[15:54:38.463] [bmv2] [D] [thread 21721] Set default default entry for table 'tbl_act_6': act_6 -
[15:54:38.463] [bmv2] [D] [thread 21721] Set default default entry for table 'tbl_act_7': act_7 -
Invalid entry type 'expression' in field list
bad json:
{
   "type" : "expression",
   "value" : {
      "type" : "expression",
      "value" : {
         "left" : null,
         "op" : "d2b",
         "right" : {
            "type" : "field",
            "value" : [ "scalars", "metadata.chk_icmp6_na_ns" ]
         }
      }
   }
}

p4@ubuntu:~/master-thesis/p4app$
2019-03-30 16:57:57 +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 Try to find another workaround against json error in the switch 2019-03-30 16:57:57 +01:00
headers.p4 Refactor #n: go back to generic entry point, use if in apply{} 2019-03-30 14:59:46 +01:00
parsers.p4 Refactor #n: go back to generic entry point, use if in apply{} 2019-03-30 14:59:46 +01:00
settings.p4 Add table constant 2019-03-23 16:22:48 +01:00
static-mapping.p4 v6: next_header 2019-03-30 16:54:19 +01:00