Skip to content

Commit

Permalink
Add pci-address field
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelgaspar committed Aug 24, 2024
1 parent 47a1128 commit d1f5783
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions interface-definitions/interfaces_thunderbolt.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,23 @@
#include <include/interface/redirect.xml.i>
#include <include/interface/vif-s.xml.i>
#include <include/interface/vif.xml.i>
</children>
</tagNode>
</children>
</node>
</interfaceDefinition>
<leafNode name="pci-address">
<properties>
<help>PCI address of the Thunderbolt controller port</help>
<completionHelp>
<list>00:0d.2 00:0d.3</list>
</completionHelp>
<valueHelp>
<format>txt</format>
<description>PCI address of the Thunderbolt controller port</description>
</valueHelp>
<constraint>
<regex>[0-9a-fA-F]{2}:[0-9a-fA-F]{2}.[0-9]+</regex>
</constraint>
</properties>
</leafNode>
</children>
</tagNode>
</children>
</node>
</interfaceDefinition>

0 comments on commit d1f5783

Please sign in to comment.