small fixes for NAT

This commit is contained in:
Brian O'Connor
2013-10-23 13:48:50 -07:00
parent ffeb16eb66
commit e0af160213
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ class MininetRunner( object ):
if self.options.nat:
nat = mn.addNAT()
mn.configHosts()
nat.configDefault()
if self.options.pre:
CLI( mn, script=self.options.pre )