We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269bc88 commit d07b193Copy full SHA for d07b193
tests/service/mod.rs
@@ -192,8 +192,8 @@ impl Service {
192
}
193
194
195
- if let Some(v6assign) = tn.network.config.clone().unwrap().v_6_assign_mode {
196
- if v6assign.rfc_4193.unwrap_or(false) {
+ if let Some(v6assign) = tn.network.config.clone().unwrap().v6_assign_mode {
+ if v6assign.rfc4193.unwrap_or(false) {
197
let cidr = tn.network.clone().rfc4193().unwrap();
198
if !authority_map.contains_key(&cidr) {
199
let ptr_authority = RecordAuthority::new(
0 commit comments