Commit Graph

409 Commits

Author SHA1 Message Date
Nico Schottelius f52522fe0c Correct typo / rename bug 2019-03-27 20:11:41 +01:00
Nico Schottelius b12d5d41ee Resolve name conflict 2019-03-27 20:08:49 +01:00
Nico Schottelius 3b558f84d1 ++ notes 2019-03-27 19:44:25 +01:00
Nico Schottelius d6264a32a4 Add code to mimic if in action
New table logic, new actions
2019-03-27 19:43:49 +01:00
Nico Schottelius ac96fe467d Commit sketch tables for reference 2019-03-27 18:59:35 +01:00
Nico Schottelius c551b944f8 Remove outter if action call 2019-03-27 18:25:56 +01:00
Nico Schottelius 9a5571fc39 Remove inner if 2019-03-27 18:25:05 +01:00
Nico Schottelius 12658b23ac Use an action to do the same thing as before 2019-03-27 18:22:37 +01:00
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
Nico Schottelius aa1b316767 + block in swtich 2019-03-27 18:02:42 +01:00
Nico Schottelius 404d4ff0df Begin checksumming icmp4 2019-03-27 18:01:11 +01:00
Your Name 7c93952c53 +pcap 2019-03-27 13:14:58 +00:00
Your Name 31c86b2e7c Actually call() the function! 2019-03-27 13:13:04 +00:00
Your Name 907f677e2d Use if instead of switch 2019-03-27 13:09:27 +00:00
Nico Schottelius 01d9305350 Move def of nat64_icmp6 prior to use 2019-03-27 13:55:07 +01:00
Nico Schottelius d2eae01bef Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-03-27 13:52:49 +01:00
Nico Schottelius 681c9faae1 Move git code outside so no conflicts exists for parallel scripts 2019-03-27 13:52:25 +01:00
Your Name 870497d3a3 Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-03-27 12:51:20 +00:00
Your Name 9415650b0a +pcap: static_nat64-2019-03-27-1250-h3.pcap 2019-03-27 12:51:12 +00:00
Your Name 08666f0348 +pcap: static_nat64-2019-03-27-1250-h1.pcap 2019-03-27 12:51:12 +00:00
Nico Schottelius e349de5859 Change protocol in case of icmp6->icmp 2019-03-27 13:49:39 +01:00
Your Name b12388c7e5 pcap with 1 packet on h3 2019-03-27 12:36:21 +00:00
Your Name 6522cfb501 Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-03-27 12:34:50 +00:00
Your Name 11b33c6cec +pcap: static_nat64-2019-03-26-2118-h3.pcap 2019-03-27 12:33:25 +00:00
Your Name 467357fd08 +pcap: static_nat64-2019-03-26-2118-h1.pcap 2019-03-27 12:33:25 +00:00
Nico Schottelius c6c4b3e964 Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-03-27 13:33:10 +01:00
Nico Schottelius c1953aab5c Re-enable standard IPv4 processing 2019-03-27 13:32:14 +01:00
Nico Schottelius f59c35c41b setValid() before filling in the values 2019-03-27 13:26:50 +01:00
Your Name ee1d6da3e1 fix wrong merge request 2019-03-26 21:18:05 +00:00
Your Name df84e8cbcd +pcap: static_nat64-2019-03-26-2114-h3.pcap 2019-03-26 21:17:03 +00:00
Your Name 830383e4b9 +pcap: static_nat64-2019-03-26-2114-h1.pcap 2019-03-26 21:17:03 +00:00
Nico Schottelius 29296a30e4 verify again 2019-03-26 22:16:53 +01:00
Your Name aec7b5b666 +pcap: static_nat64-2019-03-26-2107-h3.pcap 2019-03-26 21:13:34 +00:00
Your Name 5f946ff6b6 +pcap: static_nat64-2019-03-26-2107-h1.pcap 2019-03-26 21:13:34 +00:00
Nico Schottelius 74420d8bbd Uncomment region to check flow 2019-03-26 22:13:17 +01:00
Nico Schottelius b01e2de795 Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-03-26 22:06:52 +01:00
Your Name 02f35b4870 +pcap: static_nat64-2019-03-26-2055-h3.pcap 2019-03-26 21:06:48 +00:00
Your Name 97c47f86e1 +pcap: static_nat64-2019-03-26-2056-h1.pcap 2019-03-26 21:06:48 +00:00
Nico Schottelius 658227cd5b Clarify execution order in nat64/nat46 case 2019-03-26 22:06:35 +01:00
Your Name 611230930a +pcap: static_nat64-2019-03-26-2055-h1.pcap 2019-03-26 20:56:48 +00:00
Nico Schottelius 0540b43f7f Reorder controller startup 2019-03-26 21:56:32 +01:00
Nico Schottelius 7c3bcceb29 ++ notes 2019-03-25 14:37:33 +01:00
Nico Schottelius 974fa9b726 Simplify the debugging code 2019-03-25 14:32:08 +01:00
Nico Schottelius acde8330cb Change log levels 2019-03-25 14:30:04 +01:00
Nico Schottelius 194e241974 --typo 2019-03-25 14:29:10 +01:00
Nico Schottelius e48abdb254 Use symbolic names in debugging 2019-03-25 14:28:36 +01:00
Nico Schottelius 764245a914 Add table_id info to the NAT* tables 2019-03-25 14:16:14 +01:00
Nico Schottelius b0cd39d82c Reformat controller processing 2019-03-25 14:12:51 +01:00
Nico Schottelius 1c1eeaf46e + table id bit width 2019-03-25 14:04:11 +01:00
Nico Schottelius f25d98503f Correct field width 2019-03-25 14:03:04 +01:00