Skip to content

Commit

Permalink
Merge pull request #29 from crogers1/oxt-1103-stable7
Browse files Browse the repository at this point in the history
STABLE-7: [idl] Add model to nic spec
  • Loading branch information
eric-ch authored Jul 20, 2017
2 parents c210ecd + 6c936e7 commit f0f805f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfaces/vm_nic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<property name="mac" type="s" access="readwrite"> <tp:docstring>Specify MAC address, or 'auto'.</tp:docstring> </property>
<property name="mac-actual" type="s" access="read"> <tp:docstring>MAC address.</tp:docstring> </property>
<property name="enabled" type="b" access="readwrite"> <tp:docstring>Interface enabled/disabled flag.</tp:docstring> </property>
<property name="model" type="s" access="readwrite"> <tp:docstring>Model for emulated nic.</tp:docstring> </property>
<method name="delete"> <tp:docstring>Delete NIC.</tp:docstring> </method>
</interface>

Expand Down

0 comments on commit f0f805f

Please sign in to comment.