meta-quanta: s6q: Configure ipmi-net over bond0

Specify bond0 as the channel 1 for ipmi rmcpp interface.

Tested:
Use bond0 as the channel 1 used by ipmi. Check with "ipmitool lan print 1"

Signed-off-by: Jerry Wan <jerry.wan@quantatw.com>
Change-Id: I2599f4e2a7ea311d88ce1ed0581fcf115680103e
diff --git a/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-config/bond_channel_access.json b/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-config/bond_channel_access.json
new file mode 100644
index 0000000..64acc3d
--- /dev/null
+++ b/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-config/bond_channel_access.json
@@ -0,0 +1,9 @@
+{
+    "1" : {
+      "access_mode" : "always_available",
+      "user_auth_disabled" : false,
+      "per_msg_auth_disabled" : false,
+      "alerting_disabled" : false,
+      "priv_limit" : "priv-admin"
+    }
+}
\ No newline at end of file