Modified to add eth1.

This commit is contained in:
Bob Lantz
2010-10-25 21:54:14 -07:00
parent 76521ef1d4
commit 1d67218d1f
+1 -1
View File
@@ -27,7 +27,7 @@ def checkIntf( intf ):
if __name__ == '__main__':
setLogLevel( 'info' )
newIntf = 'veth1'
newIntf = 'eth1'
info( '*** Checking', newIntf, '\n' )
checkIntf( newIntf )