forked from rdkcentral/networkmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NetworkManager.conf.in
26 lines (21 loc) · 996 Bytes
/
NetworkManager.conf.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
callsign= "org.rdk.NetworkManager"
startuporder = "@PLUGIN_NETWORKMANAGER_STARTUPORDER@"
autostart = "true"
process= JSON()
process.add("outofprocess", "true")
connectivity = JSON()
connectivity.add("endpoint_1", "@PLUGIN_NETWORKMANAGER_CONN_ENDPOINT_1@")
connectivity.add("endpoint_2", "@PLUGIN_NETWORKMANAGER_CONN_ENDPOINT_2@")
connectivity.add("endpoint_3", "@PLUGIN_NETWORKMANAGER_CONN_ENDPOINT_3@")
connectivity.add("endpoint_4", "@PLUGIN_NETWORKMANAGER_CONN_ENDPOINT_4@")
connectivity.add("endpoint_5", "@PLUGIN_NETWORKMANAGER_CONN_ENDPOINT_5@")
connectivity.add("interval", "@PLUGIN_NETWORKMANAGER_CONN_MONITOR_INTERVAL@")
stun = JSON()
stun.add("endpoint", "@PLUGIN_NETWORKMANAGER_STUN_ENDPOINT@")
stun.add("port", "@PLUGIN_NETWORKMANAGER_STUN_PORT@")
stun.add("interval", "30")
configuration = JSON()
configuration.add("root", process)
configuration.add("connectivity", connectivity)
configuration.add("stun", stun)
configuration.add("loglevel", "@PLUGIN_NETWORKMANAGER_LOGLEVEL@")