From 9a2d6d7dac48db1312eef2aa6b5570387b62d7f4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 12 Jun 2019 19:09:07 +0200 Subject: [PATCH] +document all ports --- netpfga/minip4/src/minip4_solution.p4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netpfga/minip4/src/minip4_solution.p4 b/netpfga/minip4/src/minip4_solution.p4 index 3793351..5d7fc51 100644 --- a/netpfga/minip4/src/minip4_solution.p4 +++ b/netpfga/minip4/src/minip4_solution.p4 @@ -97,9 +97,9 @@ control TopPipe(inout Parsed_packet p, send_to_all_ports; } size = 64; -// default_action = swap_eth_addresses; -// default_action = send_to_port1; - default_action = send_to_all_ports; +// default_action = swap_eth_addresses; // test_mirror(): in gen_testdata.py +// default_action = send_to_port1; // test_port1() + default_action = send_to_all_ports; // test_allports(): } apply {