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 13
13
14
14
- Added a new CLI option ` --metrics-path PATH ` . It accepts a file parameter
15
15
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 ` .
16
19
17
20
### Fixed
18
21
19
22
- Make the ` T2 ` template more robust by explicitly disabling additional
20
23
CPUID flags that should be off but were missed initially or that were
21
24
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.
22
29
23
30
## [ 1.1.0]
24
31
Original file line number Diff line number Diff line change @@ -76,6 +76,10 @@ to your configuration file like this:
76
76
Alternatively, if you are using firectl, add
77
77
--tap-device=tap0/AA:FC:00:00:00:01` to your command line.
78
78
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
+
79
83
## In The Guest
80
84
81
85
Once you have booted the guest, bring up networking within the guest:
You can’t perform that action at this time.
0 commit comments