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.
1 parent 6ad10a0 commit abba080Copy full SHA for abba080
network/network_interface.ml
@@ -222,6 +222,7 @@ type errors =
222
| Vlan_in_use of (string * int) (** [Vlan_in_use (bridge, vlan_id)] is reported when [vlan_id] on [bridge] is inuse *)
223
| PVS_proxy_connection_error (** [PVS_proxy_connection_error] is reported when unable to connect PVS proxy *)
224
| Interface_does_not_exist of string (** The named network interface does not exist *)
225
+ | Bridge_does_not_exist of string (** The named bridge does not exist *)
226
| Internal_error of string
227
| Unknown_error (** The default variant for forward compatibility. *)
228
[@@default Unknown_error]
0 commit comments