Skip to content

Commit

Permalink
CP-26333 Add interface Network.Interface.get_pci_bus_path
Browse files Browse the repository at this point in the history
Add interface to get pci bus path underneath the PIF

Signed-off-by: Yang Qian <yang.qian@citrix.com>
  • Loading branch information
krizex committed Jan 19, 2018
1 parent 51365d2 commit 4f3a2ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions network/network_interface.ml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ module Interface = struct
external get_all : debug_info -> unit -> iface list = ""
external exists : debug_info -> name:iface -> bool = ""
external get_mac : debug_info -> name:iface -> string = ""
external get_pci_bus_path : debug_info -> name:iface -> string = ""
external is_up : debug_info -> name:iface -> bool = ""
external get_ipv4_addr : debug_info -> name:iface -> (Unix.inet_addr * int) list = ""
external set_ipv4_conf : debug_info -> name:iface -> conf:ipv4 -> unit = ""
Expand Down

0 comments on commit 4f3a2ed

Please sign in to comment.