Skip to content

Commit

Permalink
Merge pull request #188 from krizex/private/yangqi/CP-26333
Browse files Browse the repository at this point in the history
CP-26333 Add PIF.pci field for network sriov feature
  • Loading branch information
robhoes committed Jan 18, 2018
2 parents 8911277 + a4a6efd commit 14a88ab
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 14a88ab

Please sign in to comment.