diff options
Diffstat (limited to 'nfvbench/nfvbench.py')
-rw-r--r-- | nfvbench/nfvbench.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nfvbench/nfvbench.py b/nfvbench/nfvbench.py index 050017e..80b9a93 100644 --- a/nfvbench/nfvbench.py +++ b/nfvbench/nfvbench.py @@ -439,6 +439,11 @@ def _parse_opts_from_cli(): default='0', help='Specify the FE cache size (default: 0, flow-count if < 0)') + parser.add_argument('--service-mode', dest='service_mode', + action='store_true', + default=False, + help='Enable T-Rex service mode for debugging only') + opts, unknown_opts = parser.parse_known_args() return opts, unknown_opts |