diff options
author | Pablo Mazzini <pmazzini@gmail.com> | 2018-11-09 11:50:40 +0000 |
---|---|---|
committer | Pablo Mazzini <pmazzini@gmail.com> | 2018-11-09 11:50:40 +0000 |
commit | 3da5b299d02f7a97e3c7ea33c249dc942bd56428 (patch) | |
tree | 29b76c67cf18befe3ae50f0f7fe0f5f647aeddaa /dhcpv4/ztp | |
parent | 122b149b631cc475555cd6a818be7d09aeddf787 (diff) |
fix typo #2
Diffstat (limited to 'dhcpv4/ztp')
-rw-r--r-- | dhcpv4/ztp/ztp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv4/ztp/ztp.go b/dhcpv4/ztp/ztp.go index 0be60fe..779af46 100644 --- a/dhcpv4/ztp/ztp.go +++ b/dhcpv4/ztp/ztp.go @@ -63,7 +63,7 @@ func parseV4VendorClass(packet *dhcpv4.DHCPv4) (*VendorData, error) { return vd, nil // Juniper option 60 parsing is a bit more nuanced. The following are all - // "valid" indetifing stings for Juniper: + // "valid" identifying stings for Juniper: // Juniper-ptx1000-DD576 <vendor>-<model>-<serial // Juniper-qfx10008 <vendor>-<model> (serial in hostname option) // Juniper-qfx10002-361-DN817 <vendor>-<model>-<serial> (model has a dash in it!) |