Your Name
|
d68fd2d431
|
+pcap
|
4 years ago |
Nico Schottelius
|
801b4d818e
|
Fix total_length by adding 15 bytes
|
4 years ago |
Your Name
|
c2e721ed01
|
+pcap
|
4 years ago |
Nico Schottelius
|
cd3084d8f9
|
rewrite checksum triggers in ndp/echo reply
|
4 years ago |
Nico Schottelius
|
74657385b2
|
Remove unused controller code
|
4 years ago |
Nico Schottelius
|
33117f0ca8
|
Remove unused tables
|
4 years ago |
Nico Schottelius
|
c235ff248f
|
automatically change into pcap dir
|
4 years ago |
Nico Schottelius
|
cb3b1501ef
|
also setter code s/true/1/
|
4 years ago |
Nico Schottelius
|
ec40bc2c54
|
s/bool/bit<1>/
Fixing
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" ]
}
}
}
}
|
4 years ago |
Nico Schottelius
|
d1cc9d2643
|
Rewrite one check to bit<1>
|
4 years ago |
Nico Schottelius
|
9f5b9fb0c9
|
Compare the right field
|
4 years ago |
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$
|
4 years ago |
Nico Schottelius
|
78308a00ee
|
v6: next_header
|
4 years ago |
Nico Schottelius
|
dae3d5ce30
|
+ {
|
4 years ago |
Nico Schottelius
|
f57f15a9cb
|
Cleanup tables++
|
4 years ago |
Nico Schottelius
|
d5312dd04c
|
Change table name
|
4 years ago |
Nico Schottelius
|
0903d71a49
|
++ upgrade log
|
4 years ago |
Nico Schottelius
|
92163d46ef
|
Begin NAT46 translation of ICMP->ICMP6
|
4 years ago |
Nico Schottelius
|
7d3acfc06a
|
++ doc update
|
4 years ago |
Nico Schottelius
|
881643e2c3
|
+chk_ prefix
|
4 years ago |
Nico Schottelius
|
f32ad44e0b
|
Refactor #n: go back to generic entry point, use if in apply{}
|
4 years ago |
Nico Schottelius
|
8095189acc
|
+real world ping4 traces
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
|
4 years ago |
Your Name
|
3e554cb4aa
|
+pcap
|
4 years ago |
Nico Schottelius
|
b9ec7bf356
|
+,
|
4 years ago |
Nico Schottelius
|
432965eb4f
|
Reordering actions...
|
4 years ago |
Nico Schottelius
|
b87b7b72f6
|
Action definition order matters...
|
4 years ago |
Nico Schottelius
|
f52522fe0c
|
Correct typo / rename bug
|
4 years ago |
Nico Schottelius
|
b12d5d41ee
|
Resolve name conflict
|
4 years ago |
Nico Schottelius
|
3b558f84d1
|
++ notes
|
4 years ago |
Nico Schottelius
|
d6264a32a4
|
Add code to mimic if in action
New table logic, new actions
|
4 years ago |
Nico Schottelius
|
ac96fe467d
|
Commit sketch tables for reference
|
4 years ago |
Nico Schottelius
|
c551b944f8
|
Remove outter if action call
|
4 years ago |
Nico Schottelius
|
9a5571fc39
|
Remove inner if
|
4 years ago |
Nico Schottelius
|
12658b23ac
|
Use an action to do the same thing as before
|
4 years ago |
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) {
^^^^^^
|
4 years ago |
Nico Schottelius
|
aa1b316767
|
+ block in swtich
|
4 years ago |
Nico Schottelius
|
404d4ff0df
|
Begin checksumming icmp4
|
4 years ago |
Your Name
|
7c93952c53
|
+pcap
|
4 years ago |
Your Name
|
31c86b2e7c
|
Actually call() the function!
|
4 years ago |
Your Name
|
907f677e2d
|
Use if instead of switch
|
4 years ago |
Nico Schottelius
|
01d9305350
|
Move def of nat64_icmp6 prior to use
|
4 years ago |
Nico Schottelius
|
d2eae01bef
|
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
|
4 years ago |
Nico Schottelius
|
681c9faae1
|
Move git code outside so no conflicts exists for parallel scripts
|
4 years ago |
Your Name
|
870497d3a3
|
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
|
4 years ago |
Your Name
|
9415650b0a
|
+pcap: static_nat64-2019-03-27-1250-h3.pcap
|
4 years ago |
Your Name
|
08666f0348
|
+pcap: static_nat64-2019-03-27-1250-h1.pcap
|
4 years ago |
Nico Schottelius
|
e349de5859
|
Change protocol in case of icmp6->icmp
|
4 years ago |
Your Name
|
b12388c7e5
|
pcap with 1 packet on h3
|
4 years ago |
Your Name
|
6522cfb501
|
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
|
4 years ago |
Your Name
|
11b33c6cec
|
+pcap: static_nat64-2019-03-26-2118-h3.pcap
|
4 years ago |