summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gsj/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json
blob: a2bb3bec80300622f221bd9ce0b2d5814d10f3e7 (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
25
{
  "0" : {
    "name" : "usb0",
    "is_valid" : true,
    "active_sessions" : 0,
    "channel_info" : {
      "medium_type" : "lan-802.3",
      "protocol_type" : "ipmb-1.0",
      "session_supported" : "multi-session",
      "is_ipmi" : true
    }
  },
  "8" : {
    "name" : "INTRABMC",
    "is_valid" : true,
    "active_sessions" : 0,
    "channel_info" : {
      "medium_type" : "oem",
      "protocol_type" : "oem",
      "session_supported" : "session-less",
      "is_ipmi" : true
    }
  }
}