diff --git a/doc/plan.org b/doc/plan.org index cb8ecb9..aafb199 100644 --- a/doc/plan.org +++ b/doc/plan.org @@ -711,8 +711,15 @@ INFO:main:unhandled reassambled=>>> from table TABLE_V6_NETWORKS +INFO:main:unhandled reassambled=>>> from table TABLE_V6_NETWORKS +INFO:main:unhandled reassambled=>>> from table TABLE_V6_NETWORKS +INFO:main:unhandled reassambled=>>> from table TABLE_V6_NETWORKS + ***** TODO transform protocol specific: icmp -> icmp6 ****** DONE Make switch answer IPv4 icmp echo request for diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index c35d31b..14fdc2f 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -339,35 +339,6 @@ Echo or Echo Reply Message default_action = controller_debug_table_id(TABLE_ICMP); } - /********************** debugging / general support ***********************************/ - - // table port2mcast { - // key = { - // standard_metadata.ingress_port : exact; - // } - // actions = { - // multicast_pkg; - // controller_debug; - // NoAction; - // } - // size = NDP_TABLE_SIZE; - // default_action = NoAction; - // } - - // /* Handle multicast registration of NDP */ - // table addr2mcast { - // key = { - // hdr.ipv6.dst_addr: exact; - // } - // actions = { - // multicast_pkg; - // controller_debug; - // NoAction; - // } - // size = NDP_TABLE_SIZE; - // default_action = NoAction; - // } - /********************** ARP ***********************************/ action arp_reply(mac_addr_t mac_addr) {