From 2c9f4923b671a90ba5e5ca8e1ab49898a9636022 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 3 Apr 2019 12:02:40 +0200 Subject: [PATCH] ++notes -remove unused debugging code --- doc/plan.org | 9 ++++++++- p4src/static-mapping.p4 | 29 ----------------------------- 2 files changed, 8 insertions(+), 30 deletions(-) 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) {