Skip to content

Commit 6248f78

Browse files
authored
Merge pull request #28 from crogers1/oxt-1103
[idl] Add model to nic spec
2 parents c210ecd + abf6a5c commit 6248f78

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)