summaryrefslogtreecommitdiff
path: root/testing/bridge-utils/bridges.conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'testing/bridge-utils/bridges.conf.d')
-rw-r--r--testing/bridge-utils/bridges.conf.d27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/bridge-utils/bridges.conf.d b/testing/bridge-utils/bridges.conf.d
deleted file mode 100644
index 2609cf51f..000000000
--- a/testing/bridge-utils/bridges.conf.d
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# Settings for layer-2 bridges
-#
-# For each bridge interface declared in INTERFACES (in rc.conf), declare
-# a bridge_${IF} variable that contains the real ethernet interfaces that
-# should be bridged togeether.
-#
-# Then list the bridge interface name in the BRIDGE_INTERFACES array.
-#
-
-# example:
-#
-# in /etc/rc.conf:
-# eth0="eth0 up"
-# eth1="eth1 up"
-# br0="br0 192.168.0.2 netmask 255.255.255.0 up"
-# INTERFACES=(lo eth0 eth1 br0)
-#
-# in /etc/conf.d/bridges
-# bridge_br0="eth0 eth1"
-# BRIDGE_INTERFACES=(br0)
-#
-
-
-#bridge_br0="eth0 eth1"
-#BRIDGE_INTERFACES=(br0)
-