++notes -remove unused debugging code
This commit is contained in:
parent
2d61a89053
commit
2c9f4923b6
2 changed files with 8 additions and 30 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue