Skip to content

Commit

Permalink
Merge pull request #901 from Databean/expose_dhcp_opcode
Browse files Browse the repository at this point in the history
Re-export `dhcpv4::Flags` and `dhcpv4::OpCode`
  • Loading branch information
thvdveld authored Jan 30, 2024
2 parents 9bd836b + 9c422f8 commit 5eced2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wire/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ pub use self::tcp::{

#[cfg(feature = "proto-dhcpv4")]
pub use self::dhcpv4::{
DhcpOption, DhcpOptionWriter, MessageType as DhcpMessageType, Packet as DhcpPacket,
Repr as DhcpRepr, CLIENT_PORT as DHCP_CLIENT_PORT,
DhcpOption, DhcpOptionWriter, Flags as DhcpFlags, MessageType as DhcpMessageType,
OpCode as DhcpOpCode, Packet as DhcpPacket, Repr as DhcpRepr, CLIENT_PORT as DHCP_CLIENT_PORT,
MAX_DNS_SERVER_COUNT as DHCP_MAX_DNS_SERVER_COUNT, SERVER_PORT as DHCP_SERVER_PORT,
};

Expand Down

0 comments on commit 5eced2a

Please sign in to comment.