Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-export
dhcpv4::Flags
and dhcpv4::OpCode
Similar to issue #762 and PR #763, `DhcpPacket::set_flags` and `DhcpPacket::set_opcode` were not usable externally because `dhcpv4::Flags` and `dhcpv4::OpCode` were private types. Re-export these types as `smoltcp::wire::DhcpFlags` and `smoltcp::wire::DhcpOpCode`.
- Loading branch information