summaryrefslogtreecommitdiffstats
path: root/net/adblock-fast/tests/mocks/ubus/network.interface~dump.json
blob: 2d9b893b1fbcb39d876098d8b04b69f038e744f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"interface": [
		{
			"interface": "loopback",
			"up": true,
			"device": "lo",
			"l3_device": "lo",
			"route": []
		},
		{
			"interface": "wan",
			"up": true,
			"device": "eth0",
			"l3_device": "eth0",
			"route": [
				{
					"target": "0.0.0.0",
					"mask": 0,
					"nexthop": "192.168.1.1"
				}
			]
		}
	]
}