diff --git a/ocaml/xapi/xapi_udhcpd.ml b/ocaml/xapi/xapi_udhcpd.ml index f017519770e..b69ac113c0e 100644 --- a/ocaml/xapi/xapi_udhcpd.ml +++ b/ocaml/xapi/xapi_udhcpd.ml @@ -31,6 +31,8 @@ let udhcpd_skel = Filename.concat Fhs.etcdir "udhcpd.skel" let leases_db = Filename.concat "/var/lib/xcp" "dhcp-leases.db" let pidfile = "/var/run/udhcpd.pid" +let (|>) x f = f x + module Ip = struct type t = int * int * int * int with rpc