package charrua-core
DHCP wire frame encoder and decoder
Install
Dune Dependency
Authors
Maintainers
Sources
charrua-core-v0.12.0.tbz
sha256=399888ffb59ea70dc3728ea3b307eeec25bd883af9b798acee1842a2b2ec593a
md5=a1edfeeaea6d9ed079efec4514f0e44c
doc/charrua-core.server/Ast/index.html
Module Ast
type host = {
hostname : string;
options : Dhcp_wire.dhcp_option list;
fixed_addr : Ipaddr.V4.t option;
hw_addr : Macaddr.t;
}
type subnet = {
network : Ipaddr.V4.Prefix.t;
range : (Ipaddr.V4.t * Ipaddr.V4.t) option;
options : Dhcp_wire.dhcp_option list;
hosts : host list;
default_lease_time : int32 option;
max_lease_time : int32 option;
}
type t = {
subnets : subnet list;
options : Dhcp_wire.dhcp_option list;
default_lease_time : int32;
max_lease_time : int32;
}
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>