Skip to content

Commit

Permalink
update dhcproto
Browse files Browse the repository at this point in the history
  • Loading branch information
leshow committed May 16, 2023
1 parent b40f743 commit 74d4df5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
23 changes: 16 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dhcproto = { git = "https://github.com/bluecatengineering/dhcproto" }
dhcproto = "0.9.0"
anyhow = "1.0"
argh = "0.1.7"
crossbeam-channel = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion src/inforeq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct InformationReqArgs {

pub fn default_opts() -> Vec<v6::OptionCode> {
vec![
v6::OptionCode::DNSNameServer,
v6::OptionCode::DomainNameServers,
v6::OptionCode::DomainSearchList,
v6::OptionCode::Unknown(39),
v6::OptionCode::Unknown(59),
Expand Down

0 comments on commit 74d4df5

Please sign in to comment.