diff --git a/netpfga/do-all-steps.sh b/netpfga/do-all-steps.sh old mode 100644 new mode 100755 index 7fb44de..8012951 --- a/netpfga/do-all-steps.sh +++ b/netpfga/do-all-steps.sh @@ -3,6 +3,10 @@ set -e set -x +echo "First source all variables and THEN run this script" +read something + + # Step 1..3: create code # Step 4 cd $P4_PROJECT_DIR && make diff --git a/netpfga/minip4/src/minip4_solution.p4 b/netpfga/minip4/src/minip4_solution.p4 index 79e593a..62725d0 100644 --- a/netpfga/minip4/src/minip4_solution.p4 +++ b/netpfga/minip4/src/minip4_solution.p4 @@ -80,6 +80,7 @@ control TopPipe(inout Parsed_packet p, actions = { swap_eth_addresses; do_nothing; + send_to_port1; } size = 64; // default_action = swap_eth_addresses;