Module Linux_ext.Bound_to_interface

Type for status of SO_BINDTODEVICE socket option. The socket may either restrict the traffic to a given (by name, e.g. "eth0") interface, or do no restriction at all.

type t =
| Any
| Only of string
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t