Skip to content

Commit

Permalink
Fix expected autoconnect-slaves values
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Dinov <[email protected]>
  • Loading branch information
atanasdinov committed Nov 12, 2024
1 parent 986a75b commit 954b161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testdata/generate/expected/eth1-port.nmconnection
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[connection]
autoconnect=true
autoconnect-slaves=-1
autoconnect-slaves=1
id=eth1-port
interface-name=eth1
master=br1
Expand Down
2 changes: 1 addition & 1 deletion testdata/generate/expected/ovs0-port.nmconnection
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[connection]
autoconnect=true
autoconnect-slaves=-1
autoconnect-slaves=1
id=ovs0-port
interface-name=ovs0
master=br1
Expand Down

0 comments on commit 954b161

Please sign in to comment.