Your Name
cc775649a4
+pcap
3 years ago
Nico Schottelius
decdb50b2d
++notes
3 years ago
Nico Schottelius
018e9eef09
Begin to add egress / arp support
3 years ago
Your Name
08c7f4891c
+pcap
3 years ago
Nico Schottelius
55aab8cc84
Fix test to use correct host
3 years ago
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
3 years ago
Nico Schottelius
26605a43e7
Arp is not IPv4
3 years ago
Your Name
e0f828fe3e
+pcap
3 years ago
Nico Schottelius
80d2d34ccb
++doc ++clean table
3 years ago
Nico Schottelius
d2fbbcda53
Remove 1 byte from broadcast mac
3 years ago
Nico Schottelius
5097f9dbd1
+action for arp table
3 years ago
Nico Schottelius
241b5da61f
+ test for ping4
3 years ago
Nico Schottelius
aff342898e
str(router)
3 years ago
Nico Schottelius
db1e19f841
+)
3 years ago
Nico Schottelius
d8d7591647
+header arp
3 years ago
Nico Schottelius
d706851d11
+pcap: ping4 realworld
3 years ago
Nico Schottelius
8a2c626c7e
-,
3 years ago
Nico Schottelius
07f0867175
Begin to introduce arp support
3 years ago
Nico Schottelius
e1e56184c9
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
3 years ago
Your Name
38445f4727
+pcap
3 years ago
Nico Schottelius
badc6c0dd1
Shrink down json for switch
3 years ago
Your Name
95e0082d0c
+pcap
3 years ago
Nico Schottelius
ec858ea27f
Default delete not necessary: 0x42 -> 66 is our host
3 years ago
Nico Schottelius
4ac6a49688
++ info for ipv4 host
3 years ago
Nico Schottelius
c5a3be5ccf
Remove / replace default route on ipv4 hosts
3 years ago
Your Name
d68fd2d431
+pcap
3 years ago
Nico Schottelius
801b4d818e
Fix total_length by adding 15 bytes
3 years ago
Your Name
c2e721ed01
+pcap
3 years ago
Nico Schottelius
cd3084d8f9
rewrite checksum triggers in ndp/echo reply
3 years ago
Nico Schottelius
74657385b2
Remove unused controller code
3 years ago
Nico Schottelius
33117f0ca8
Remove unused tables
3 years ago
Nico Schottelius
c235ff248f
automatically change into pcap dir
3 years ago
Nico Schottelius
cb3b1501ef
also setter code s/true/1/
3 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" ]
}
}
}
}
3 years ago
Nico Schottelius
d1cc9d2643
Rewrite one check to bit<1>
3 years ago
Nico Schottelius
9f5b9fb0c9
Compare the right field
3 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$
3 years ago
Nico Schottelius
78308a00ee
v6: next_header
3 years ago
Nico Schottelius
dae3d5ce30
+ {
3 years ago
Nico Schottelius
f57f15a9cb
Cleanup tables++
3 years ago
Nico Schottelius
d5312dd04c
Change table name
3 years ago
Nico Schottelius
0903d71a49
++ upgrade log
3 years ago
Nico Schottelius
92163d46ef
Begin NAT46 translation of ICMP->ICMP6
3 years ago
Nico Schottelius
7d3acfc06a
++ doc update
3 years ago
Nico Schottelius
881643e2c3
+chk_ prefix
3 years ago
Nico Schottelius
f32ad44e0b
Refactor #n: go back to generic entry point, use if in apply{}
3 years ago
Nico Schottelius
8095189acc
+real world ping4 traces
...
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
3 years ago
Your Name
3e554cb4aa
+pcap
3 years ago
Nico Schottelius
b9ec7bf356
+,
3 years ago
Nico Schottelius
432965eb4f
Reordering actions...
3 years ago