Skip to content

Commit

Permalink
fix: Network failover configuration fixes (#5371)
Browse files Browse the repository at this point in the history
* Added carrier detection to NM configuration

Signed-off-by: pierantoniomerlino <[email protected]>

* Removed ignore-carrier; fixed expected message

Signed-off-by: pierantoniomerlino <[email protected]>

---------

Signed-off-by: pierantoniomerlino <[email protected]>
  • Loading branch information
pierantoniomerlino authored Sep 30, 2024
1 parent d6985ba commit 68c9a1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kura/distrib/src/main/resources/common/99-kura-nm.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[main]
ignore-carrier=*
no-auto-default=*
plugins=ifupdown,keyfile
dhcp=dhclient
Expand All @@ -10,7 +9,7 @@ managed=true
[connectivity]
uri=http://network-test.debian.org/nm
interval=60
response="NetworkManager is online"
response=NetworkManager is online

[keyfile]
unmanaged-devices=*,except:type:wifi,except:type:gsm,except:type:wwan,except:type:ethernet,except:type:vlan

0 comments on commit 68c9a1b

Please sign in to comment.