Skip to content

Commit d689f7d

Browse files
committed
Fix networking
1 parent 3fb72c3 commit d689f7d

File tree

1 file changed

+2
-1
lines changed
  • builder/data/etc/network/interfaces.d

1 file changed

+2
-1
lines changed

builder/data/etc/network/interfaces.d/usb0-cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ iface usb0 inet static
44
netmask 255.255.255.0
55
network 10.0.0.0
66
broadcast 10.0.0.255
7-
gateway 10.0.0.1
7+
gateway 10.0.0.1
8+
metric 101

0 commit comments

Comments
 (0)