Add L3 traffic management with Neutron routers
[nfvbench.git] / nfvbench / nfvbench.py
index b2163ba..4a2a285 100644 (file)
@@ -326,6 +326,11 @@ def _parse_opts_from_cli():
                         action='store',
                         help='Traffic generator profile to use')
 
+    parser.add_argument('-l3', '--l3-router', dest='l3_router',
+                        default=None,
+                        action='store_true',
+                        help='Use L3 neutron routers to handle traffic')
+
     parser.add_argument('-0', '--no-traffic', dest='no_traffic',
                         default=None,
                         action='store_true',