++notes -remove unused debugging code

This commit is contained in:
Nico Schottelius 2019-04-03 12:02:40 +02:00
commit 2c9f4923b6
2 changed files with 8 additions and 30 deletions

View file

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