diff options
author | Jonas Lindstad <jonaslindstad@gmail.com> | 2016-05-23 13:56:26 +0200 |
---|---|---|
committer | Jonas Lindstad <jonaslindstad@gmail.com> | 2016-05-23 13:56:26 +0200 |
commit | d7db901796438c811ab239ecbbee0ad0dd49832c (patch) | |
tree | 870021685ed17fbdc14e5b9b24cfe0687eeccf20 /extras/fap/dhcpd/README.md | |
parent | 34cebee827c1fb2410ea8551a5a3c3242084fc07 (diff) |
Added all changes to FAP for TG16 + some documentation
Diffstat (limited to 'extras/fap/dhcpd/README.md')
-rw-r--r-- | extras/fap/dhcpd/README.md | 9 |
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. |