summaryrefslogtreecommitdiffstats
path: root/net/adblock-fast/tests/mocks/uci/network.json
blob: 5b33d2007f5bd2a2bfb5b264561dd63bfe34f286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"interface": [
		{
			".name": "loopback",
			".type": "interface",
			"device": "lo",
			"proto": "static",
			"ipaddr": "127.0.0.1",
			"netmask": "255.0.0.0"
		},
		{
			".name": "wan",
			".type": "interface",
			"device": "eth0",
			"proto": "dhcp"
		}
	]
}