This commit is contained in:
Nico Schottelius 2019-03-23 15:20:15 +01:00
parent fb001a2161
commit 4972f550d8

View file

@ -1089,6 +1089,7 @@ Entry has been added with handle 5
- likely need table(s)
- need tcp & udp translation
**** ICMPv6
***** General / Intro
Different lengths possible
[20:35] line:~% ping -6 -s 20 ::1
@ -1139,6 +1140,20 @@ DEBUG:main:INCOMING: <Ether dst=33:33:ff:00:00:42 src=00:00:0a:00:00:01 type=0x
****** Right side: IPv4
***** Included in the header
***** DONE Supported feature: NDP NA/NS
- For resolving mac address
- Initially controller
- Ported into switch
***** DONE Supported feature: icmp6 echo reply
p4@ubuntu:~/master-thesis/p4app$ python test.py --method ping6_switch
PING 2001:db8::42(2001:db8::42) 56 data bytes
64 bytes from 2001:db8::42: icmp_seq=1 ttl=64 time=3.05 ms
--- 2001:db8::42 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 3.055/3.055/3.055/0.000 ms
p4@ubuntu:~/master-thesis/p4app$
**** Requirements
**** Development mode/loop
Code - commit - push - pull - restart switch - restart controller -