Skip to content

Commit f0f805f

Browse files
authored
Merge pull request #29 from crogers1/oxt-1103-stable7
STABLE-7: [idl] Add model to nic spec
2 parents c210ecd + 6c936e7 commit f0f805f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interfaces/vm_nic.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<property name="mac" type="s" access="readwrite"> <tp:docstring>Specify MAC address, or 'auto'.</tp:docstring> </property>
1111
<property name="mac-actual" type="s" access="read"> <tp:docstring>MAC address.</tp:docstring> </property>
1212
<property name="enabled" type="b" access="readwrite"> <tp:docstring>Interface enabled/disabled flag.</tp:docstring> </property>
13+
<property name="model" type="s" access="readwrite"> <tp:docstring>Model for emulated nic.</tp:docstring> </property>
1314
<method name="delete"> <tp:docstring>Delete NIC.</tp:docstring> </method>
1415
</interface>
1516

0 commit comments

Comments
 (0)