google / alioth

Experimental KVM-based type-2 hypervisor in Rust implemented from scratch.
Apache License 2.0
164 stars 10 forks source link

fix(net): add alias and default to param fields #21

Closed Lencerf closed 6 months ago

Lencerf commented 6 months ago

This gives us the backward compatibility for command line options like --net if=test-tap,mac=aa:bb:cc:dd:ee:ff,mtu=1500.

Fixes: 6a66b2d29970 ("feat(cli)!: use serde-aco to parse cli options")