Skip to content

Instantly share code, notes, and snippets.

@ymmt2005
Created October 15, 2014 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ymmt2005/3ede9290af7fcba2e428 to your computer and use it in GitHub Desktop.
Save ymmt2005/3ede9290af7fcba2e428 to your computer and use it in GitHub Desktop.
diff -ru virtinst-0.600.4.orig/virtinst/cli.py virtinst-0.600.4/virtinst/cli.py
--- virtinst-0.600.4.orig/virtinst/cli.py 2013-03-23 01:12:13.000000000 +0900
+++ virtinst-0.600.4/virtinst/cli.py 2014-10-15 17:25:26.946638800 +0900
@@ -1684,6 +1684,8 @@
set_param("bridge", "bridge")
set_param("model", "model")
set_param("macaddr", "mac")
+ set_param("source_dev", "source")
+ set_param("source_mode", "source_mode")
if opts:
raise ValueError(_("Unknown options %s") % opts.keys())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment