Add internal ipmi channel

This configures a channel for the internal communication via
the native D-Bus channel. This is what the internal copy of
ipmitool would run commands as. So if any command run by the
internal ipmitool uses the special channel 0x0E, it will be
reported as 0x08 (INTRABMC).

Change-Id: Ic386f3ae62726bf5b0fbb8d4b97db8edf16e0e28
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json b/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json
index e9e981b..7f26c24 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json
@@ -88,12 +88,12 @@
     }
   },
   "8" : {
-    "name" : "RESERVED",
-    "is_valid" : false,
+    "name" : "INTRABMC",
+    "is_valid" : true,
     "active_sessions" : 0,
     "channel_info" : {
-      "medium_type" : "reserved",
-      "protocol_type" : "na",
+      "medium_type" : "oem",
+      "protocol_type" : "oem",
       "session_supported" : "session-less",
       "is_ipmi" : true
     }