+document all ports
This commit is contained in:
parent
dec8a02a26
commit
9a2d6d7dac
1 changed files with 3 additions and 3 deletions
|
@ -97,9 +97,9 @@ control TopPipe(inout Parsed_packet p,
|
||||||
send_to_all_ports;
|
send_to_all_ports;
|
||||||
}
|
}
|
||||||
size = 64;
|
size = 64;
|
||||||
// default_action = swap_eth_addresses;
|
// default_action = swap_eth_addresses; // test_mirror(): in gen_testdata.py
|
||||||
// default_action = send_to_port1;
|
// default_action = send_to_port1; // test_port1()
|
||||||
default_action = send_to_all_ports;
|
default_action = send_to_all_ports; // test_allports():
|
||||||
}
|
}
|
||||||
|
|
||||||
apply {
|
apply {
|
||||||
|
|
Loading…
Reference in a new issue