Merge "Fix interface-list got none mac address."

This commit is contained in:
Jenkins 2013-07-19 13:21:21 +00:00 committed by Gerrit Code Review
commit 9b7d470288

View File

@ -3122,7 +3122,7 @@ def do_evacuate(cs, args):
def _print_interfaces(interfaces):
columns = ['Port State', 'Port ID', 'Net ID', 'IP addresses',
'MAC Address']
'MAC Addr']
class FormattedInterface(object):
def __init__(self, interface):