Closed mzemb closed 9 years ago
Don't know how to use option. I tried:
--guestinterface eth0 172.17.0.200
which fails with "Machination create: error: argument template: invalid choice: '172.17.0.200' (choose from '
--guestinterface "eth0|172.17.0.200" which fails with "Unable to create machine instance 'XXX': object of type 'int' has no len()."
Note, correct usage with current version: --guestinterface "eth0|192.168.0.100|00:01:02:03:04:05"
Todo: 1) clarify usage (two possible) 2) usage of pipe 3) mac addr should be optionnal
Done