summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2010-02-21 13:07:50 +0100
committerJames Rayner <james@archlinux.org>2010-02-21 13:07:50 +0100
commitea4eab4f9634f63c131aca1df04553ed6cfd9376 (patch)
treefbd8c5756608df637a46ff055d2a75a76c2c62ef /examples
parent095f329f5055e60fb639216dda7f14626fe756a0 (diff)
downloadnetctl-ea4eab4f9634f63c131aca1df04553ed6cfd9376.tar.gz
netctl-ea4eab4f9634f63c131aca1df04553ed6cfd9376.tar.xz
Bridge example connection
Diffstat (limited to 'examples')
-rw-r--r--examples/bridge5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/bridge b/examples/bridge
new file mode 100644
index 0000000..98154b8
--- /dev/null
+++ b/examples/bridge
@@ -0,0 +1,5 @@
+INTERFACE="br0"
+CONNECTION="bridge"
+DESCRIPTION="Example Bridge connection"
+BRIDGE_INTERFACES="eth0 eth1 tap0"
+IP="dhcp"