++doc update

Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
Nico Schottelius 2019-04-03 12:52:17 +02:00
parent fc5e56e809
commit 8547bf76c9
1 changed files with 11 additions and 1 deletions

View File

@ -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