From ef3c88563090350dd3a8ae4d63de784f110efe26 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Wed, 10 Jun 2015 19:55:24 -0700 Subject: [PATCH] Add help regarding --nat [option=val...] --- bin/mn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mn b/bin/mn index b702b8e..684ae31 100755 --- a/bin/mn +++ b/bin/mn @@ -238,7 +238,7 @@ class MininetRunner( object ): default=False, help="pin hosts to CPU cores " "(requires --host cfs or --host rt)" ) opts.add_option( '--nat', action='callback', callback=self.setNat, - help="adds a NAT to the topology that" + help="[option=val...] adds a NAT to the topology that" " connects Mininet hosts to the physical network." " Warning: This may route any traffic on the machine" " that uses Mininet's"