Skip to content

Commit

Permalink
fixup! Use with_netconfig=true as default
Browse files Browse the repository at this point in the history
  • Loading branch information
cfconrad committed Aug 30, 2024
1 parent 2f6ebcc commit a36ae09
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion rust/migrate-wicked/src/wireless.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ mod tests {
continue_migration: false,
dry_run: false,
activate_connections: true,
without_netconfig: true,
with_netconfig: false,
netconfig_path: "".to_string(),
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ uuid=38d979e6-aa0e-4bae-8cff-a6dda281d0c7
type=ethernet
controller=bond0
interface-name=en0
master=bond0
port-type=bond
slave-type=bond

[ethernet]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ uuid=9269bbb4-a771-406f-ba66-3f65ed15634c
type=ethernet
controller=bond0
interface-name=en1
master=bond0
port-type=bond
slave-type=bond

[ethernet]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ uuid=4c941c30-b610-470a-b24a-5a6c73ab6710
type=ethernet
controller=br0
interface-name=en0
master=br0
port-type=bridge
slave-type=bridge

[ethernet]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ uuid=f760dace-c275-4983-ab36-51c8e9642dfc
type=ethernet
controller=br0
interface-name=en1
master=br0
port-type=bridge
slave-type=bridge

[ethernet]

Expand Down

0 comments on commit a36ae09

Please sign in to comment.