We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_physical_interfaces
1 parent 1b6ba82 commit d0457cfCopy full SHA for d0457cf
network/network_interface.ml
@@ -300,6 +300,7 @@ module Bridge = struct
300
?bond_properties:(string * string) list -> ?kind:port_kind -> unit -> unit = ""
301
external remove_port : debug_info -> bridge:bridge -> name:port -> unit = ""
302
external get_interfaces : debug_info -> name:bridge -> iface list = ""
303
+ external get_physical_interfaces : debug_info -> name:bridge -> iface list = ""
304
external get_fail_mode : debug_info -> name:bridge -> fail_mode option = ""
305
external make_config : debug_info -> ?conservative:bool -> config:(bridge * bridge_config_t) list-> unit -> unit = ""
306
end
0 commit comments