]> git.datanom.net - pve-dhcp-server.git/blobdiff - dhcpd.cfg
BNF for leases file and config file
[pve-dhcp-server.git] / dhcpd.cfg
diff --git a/dhcpd.cfg b/dhcpd.cfg
new file mode 100644 (file)
index 0000000..389436d
--- /dev/null
+++ b/dhcpd.cfg
@@ -0,0 +1,15 @@
+# DHCP range   ::= "network" IPN "{" options "}" NEWLINE
+# IPN                  := ipv4_net | ipv6_net
+# options              ::= option ";" | suboption | options
+# option               ::= token " " value
+# token                        ::= "range" | "ttl" | "rttl" | "router" | "dns servers" | "ntp servers" | "broadcast" | "netmask"
+# value                        ::= us-ascii
+# suboption            ::= token "{" soptions "}" NEWLINE
+# soptions             ::= soption ";" | soptions
+# soption              ::= allow | static
+# allow                        ::=     "allow" " " allow-list
+# allow-list   ::= MAC | MAC "," allow-list
+# static               ::= "static" " " static-list
+# static-list  ::= MAC " " IP | MAC " " IP "," static-list
+
+
This page took 0.027609 seconds and 5 git commands to generate.