summaryrefslogtreecommitdiff
path: root/test/restart_routing_tests/restart_routing_test_autoconfig.json
blob: f50dba72c116d6e5673be1ab9a69abdc14ca70ff (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
{
   "unicast" : "127.0.0.1",
   "netmask" : "255.255.255.0",
   "logging" : 
   {
      "level" : "warning",
      "console" : "true",
      "file" : 
      {
         "enable" : "true",
         "path" : "/var/log/vsomeip.log"
      },

      "dlt" : "true"
   },

   "service-discovery" : 
   {
      "enable" : "false",
      "multicast" : "224.0.0.1",
      "port" : "30491",
      "protocol" : "udp"
   }
}