diff --git a/examples/hwintf.py b/examples/hwintf.py index d824729..71c72a3 100755 --- a/examples/hwintf.py +++ b/examples/hwintf.py @@ -27,7 +27,7 @@ def checkIntf( intf ): if __name__ == '__main__': setLogLevel( 'info' ) - newIntf = 'veth1' + newIntf = 'eth1' info( '*** Checking', newIntf, '\n' ) checkIntf( newIntf )