insomniacslk / dhcp

DHCPv6 and DHCPv4 packet library, client and server written in Go
BSD 3-Clause "New" or "Revised" License
685 stars 168 forks source link

Updates to DHCP options and message types #504

Closed rrobgill closed 1 year ago

rrobgill commented 1 year ago

New DHCP4 Message Types from RFC3203, RFC4388, RFC6926, RFC7724.

New DHCP4 Options from RFC8925, RFC8539, RFC6225, RFC6704, RFC6737, RFC8973, RFC7618, RFC8250, RFC-ietf-add-dnr-16. (as per https://www.iana.org/assignments/bootp-dhcp-parameters/bootp-dhcp-parameters.xhtml 2023-04-28).

New DHCP6 Message Types from RFC6977, RFC7653, RFC7653, RFC8156

New DHCP6 Options from RFC8947, RFC8948, RFC8973, RFC-ietf-add-dnr-16, RFC-ietf-homenet-naming-architecture-dhc-options-24 (as per https://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xhtml 2023-04-28).

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (b20c9ba) 72.86% compared to head (2aec369) 72.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #504 +/- ## ======================================= Coverage 72.86% 72.86% ======================================= Files 91 91 Lines 5761 5761 ======================================= Hits 4198 4198 Misses 1391 1391 Partials 172 172 ``` | [Impacted Files](https://app.codecov.io/gh/insomniacslk/dhcp/pull/504?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=insomniac) | Coverage Δ | | |---|---|---| | [dhcpv4/types.go](https://app.codecov.io/gh/insomniacslk/dhcp/pull/504?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=insomniac#diff-ZGhjcHY0L3R5cGVzLmdv) | `96.55% <ø> (ø)` | | | [dhcpv6/types.go](https://app.codecov.io/gh/insomniacslk/dhcp/pull/504?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=insomniac#diff-ZGhjcHY2L3R5cGVzLmdv) | `91.66% <ø> (ø)` | | | [dhcpv4/options.go](https://app.codecov.io/gh/insomniacslk/dhcp/pull/504?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=insomniac#diff-ZGhjcHY0L29wdGlvbnMuZ28=) | `89.24% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.