Skip to content

Commit

Permalink
core: services: cable_guy: Move to DHCP server by default
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Nov 11, 2024
1 parent 8ea5873 commit 1095c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/cable_guy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

if args.default_config == "bluerov2":
default_configs = [
NetworkInterface(name="eth0", addresses=[InterfaceAddress(ip="192.168.2.2", mode=AddressMode.Unmanaged)]),
NetworkInterface(name="eth0", addresses=[InterfaceAddress(ip="192.168.2.2", mode=AddressMode.Server)]),
NetworkInterface(name="usb0", addresses=[InterfaceAddress(ip="192.168.3.1", mode=AddressMode.Server)]),
]

Expand Down

0 comments on commit 1095c92

Please sign in to comment.