File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1313
1414- Added a new CLI option ` --metrics-path PATH ` . It accepts a file parameter
1515 where metrics will be sent to.
16+ - A MAC address is generated if one is not explicitly specified while adding
17+ network interfaces. This address can be obtained as part of the GET
18+ ` /vm/config ` .
1619
1720### Fixed
1821
1922- Make the ` T2 ` template more robust by explicitly disabling additional
2023 CPUID flags that should be off but were missed initially or that were
2124 not available in the spec when the template was created.
25+ - When MAC address was left unspecified, GET ` /vm/config ` would report the
26+ interface MAC address incorrectly as ` null ` , and post snapshot restore as
27+ ` 00:00:00:00:00:00 ` . It now correctly reports the code generated MAC address
28+ when queried in both cases.
2229
2330## [ 1.1.0]
2431
Original file line number Diff line number Diff line change @@ -76,6 +76,10 @@ to your configuration file like this:
7676Alternatively, if you are using firectl, add
7777--tap-device=tap0/AA:FC:00:00:00:01` to your command line.
7878
79+ * Note:* When ` guest_mac ` is not explicitely specified, a MAC address is generated
80+ and assigned to the network interface. This address is included in the result of
81+ GET ` /vm/config ` .
82+
7983## In The Guest
8084
8185Once you have booted the guest, bring up networking within the guest:
You can’t perform that action at this time.
0 commit comments