aboutsummaryrefslogtreecommitdiffstats
path: root/extras/fap/dhcpd/README.md
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-05-24 13:33:05 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-05-24 13:33:05 +0200
commitd5aea83d7719b472c10c649e1284146774fb0171 (patch)
treed48099044579c695d8ce402901db3174276d8e6c /extras/fap/dhcpd/README.md
parent34272321256075e681181191c24e8757184c6835 (diff)
parent2c9306e5be42d73c376ebdad5d927f63d4f3af86 (diff)
Merge branch 'master' of github.com:tech-server/gondul
Diffstat (limited to 'extras/fap/dhcpd/README.md')
-rw-r--r--extras/fap/dhcpd/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/extras/fap/dhcpd/README.md b/extras/fap/dhcpd/README.md
new file mode 100644
index 0000000..308184b
--- /dev/null
+++ b/extras/fap/dhcpd/README.md
@@ -0,0 +1,9 @@
+# DHCPD
+
+FAP carefully mimic ISC-DHCPD in regards to the exact bytes that needs to be sent to the Juniper platform in order to get ZTP (zero touch protocol) to play along.
+
+## Files
+* DHCP_protocol_breakdown.txt - Describes each field in the DHCP packet
+* module_craft_option.py - Creates the correct byte sequence for DHCP options (suboptions can be solved by chaining the class)
+* module_lease.py - Provedes access to set/get info from the DB (NMS)
+* server_dhcp.py - The whole shebang that responds to DHCP packets.