Skip to content

Commit

Permalink
Update networkmanager.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ammgws authored Dec 31, 2021
1 parent 10cd3d8 commit 2825440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blocks/networkmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,10 @@ pub struct NetworkManagerConfig {
/// Connection formatter.
pub connection_format: FormatTemplate,

/// Interface name regex patterns to include.
/// Interface name regex patterns to ignore.
pub interface_name_exclude: Vec<String>,

/// Interface name regex patterns to ignore.
/// Interface name regex patterns to include.
pub interface_name_include: Vec<String>,
}

Expand Down

0 comments on commit 2825440

Please sign in to comment.