We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a292dea commit 24dc06eCopy full SHA for 24dc06e
1 file changed
test/kernel/integration/LiveUpdate/config.json
@@ -1,5 +1,11 @@
1
{
2
"net" : [
3
- ["10.0.0.49", "255.255.255.0", "10.0.0.1"]
+ {
4
+ "iface": 0,
5
+ "config": "static",
6
+ "address": "10.0.0.49",
7
+ "netmask": "255.255.255.0",
8
+ "gateway": "10.0.0.1"
9
+ }
10
]
11
}
0 commit comments