Fri, Aug 08, 2014 at 01:01:01PM CEST, asavkov@redhat.com wrote:
Netdevice's id is alphanumeric, not just digits, so when calling get_mapped_device() this id shouldn't be converted to int. Otherwise a ValueError exception is raised:
CommandException: CommandException: Slave bondmaster: invalid literal for int() with base 10: 'eth1'
Signed-off-by: Artem Savkov asavkov@redhat.com
applied, thanks.