Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests to new behavior of NetworkManager #90

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading