Remove debug print
This commit is contained in:
@@ -144,7 +144,6 @@ class NAT( Node ):
|
|||||||
|
|
||||||
def terminate( self ):
|
def terminate( self ):
|
||||||
"Stop NAT/forwarding between Mininet and external network"
|
"Stop NAT/forwarding between Mininet and external network"
|
||||||
print 'STOPPING', self
|
|
||||||
# Remote NAT rules
|
# Remote NAT rules
|
||||||
self.cmd( 'iptables -D FORWARD',
|
self.cmd( 'iptables -D FORWARD',
|
||||||
'-i', self.localIntf, '-d', self.subnet, '-j DROP' )
|
'-i', self.localIntf, '-d', self.subnet, '-j DROP' )
|
||||||
|
|||||||
Reference in New Issue
Block a user