This example configures and runs the middlebox deployment shown in the figure below:
The scripts have to be modified to match the interface names, MAC addresses and VLANs of your deployment. Also, please make sure to source setup_runbooster_env.sh before running the scripts.
To setup the NIC, you need to run:
sudo setup_switch_mlx.shTo run the middlebox on CPU core N, you need to run:
sudo -E ./run_middlebox.sh NFinally, to clean up the configurations, you can run:
sudo ./teardown_switch_mlx.sh