From e0e1e4be8018b256d86e2df9c3f84fc7881041c3 Mon Sep 17 00:00:00 2001
From: Wim <wim@42.be>
Date: Sun, 20 Nov 2016 23:01:44 +0100
Subject: Add gateway.inout config for bidirectional bridges. Closes #85

---
 bridge/config/config.go | 1 +
 1 file changed, 1 insertion(+)

(limited to 'bridge/config')

diff --git a/bridge/config/config.go b/bridge/config/config.go
index 5fed2f0a..1958bf57 100644
--- a/bridge/config/config.go
+++ b/bridge/config/config.go
@@ -62,6 +62,7 @@ type Gateway struct {
 	Enable bool
 	In     []Bridge
 	Out    []Bridge
+	InOut  []Bridge
 }
 
 type SameChannelGateway struct {
-- 
cgit v1.2.3