From 8547bf76c9f228c93652508de4e9955cacacb136 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 3 Apr 2019 12:52:17 +0200 Subject: [PATCH] ++doc update Signed-off-by: Nico Schottelius --- doc/plan.org | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/plan.org b/doc/plan.org index 304d81a..c7b7486 100644 --- a/doc/plan.org +++ b/doc/plan.org @@ -307,7 +307,7 @@ Currently offset + ip address Not sure what I meant to do here - closing. **** DONE Create table entry for mapping v4->v6 [net] **** DONE Create table entry for mapping v6->v4 [net] -*** TODO Implement ICMP <-> ICMP6 translation +*** DONE Implement ICMP <-> ICMP6 translation **** DONE 2019-02-28 / icmp testing / first NDP steps ***** DONE pinging in router mode: nothing shown in the controller, multicast forwarded -> "ok" @@ -749,6 +749,16 @@ PING 2001:db8:1::a00:1(2001:db8:1::a00:1) 56 data bytes rtt min/avg/max/mdev = 14.750/14.750/14.750/0.000 ms p4@ubuntu:~$ **** DONE Add / check default route for v4 hosts +**** DONE Check IPv4 -> IPv6 translation +p4@ubuntu:~$ python ~/master-thesis/p4app/test.py -m v4_static_mapping +PING 10.1.1.1 (10.1.1.1) 56(84) bytes of data. +64 bytes from 10.1.1.1: icmp_seq=1 ttl=64 time=12.5 ms + +--- 10.1.1.1 ping statistics --- +1 packets transmitted, 1 received, 0% packet loss, time 0ms +rtt min/avg/max/mdev = 12.593/12.593/12.593/0.000 ms +p4@ubuntu:~$ + *** TODO Update p4c to avoid compiler bug **** TODO Updating p4c ***** DONE Try1