added simple_nat example
This commit is contained in:
9
examples/simple_nat/sswitch_CLI.sh
Executable file
9
examples/simple_nat/sswitch_CLI.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
THIS_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
|
||||
source $THIS_DIR/../env.sh
|
||||
|
||||
CLI_PATH=$BMV2_PATH/targets/simple_switch/sswitch_CLI
|
||||
|
||||
$CLI_PATH simple_nat.json 22222
|
||||
Reference in New Issue
Block a user