Adding NAT class

Includes automatic NAT feature (mn --nat) and addNAT convenience method for topologies
fixes #111
This commit is contained in:
Brian O'Connor
2013-10-03 09:40:00 -07:00
committed by Brian O'Connor
parent 47b9466fad
commit bceb298edb
+1
View File
@@ -1307,3 +1307,4 @@ class NAT( Node ):
self.cmd( 'sysctl net.ipv4.ip_forward=0' )
super( NAT, self ).terminate()