grcli - Man Page
grout command line interface
Description
Grout is a software router based on DPDK rte_graph.
Synopsis
grcli [-e] [-f PATH] [-h] [-s PATH] [-V] [-x] ...
Options
-e, --err-exit
Abort on first error.
-f PATH, --file PATH
Read commands from PATH instead of standard input.
-h, --help
Show this help message and exit.
-s PATH, --socket PATH
Path to the control plane API socket.
Default: GROUT_SOCK_PATH from environment or /run/grout.sock.
-V, --version
Print version and exit.
-x, --trace-commands
Print executed commands.
Environment
DPRC
Set the DPRC - Datapath Resource Container: This value should match the one used by DPDK during the scan of the fslmc bus. It is recommended to set this on any NXP QorIQ targets. This serves as the entry point for grcli to enable autocompletion of fslmc devices manageable by grout. While grcli can configure grout without this environment setting, autocompletion of the devargs will not be available.
See Also
Authors
Created and maintained by Robin Jarry.