diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2014-07-27 22:11:42 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2014-07-27 22:11:42 +0200 |
commit | 1d490769d87875bbc03de1c1c7b198e4f9f42b91 (patch) | |
tree | 5db3daddfc38bda4abbba1d6aaa1963e49a4c1da /docs/examples/openvswitch | |
parent | 3fce1e6f67cd52afa4470c1ee7d42112d9d9405b (diff) | |
download | netctl-1d490769d87875bbc03de1c1c7b198e4f9f42b91.tar.gz netctl-1d490769d87875bbc03de1c1c7b198e4f9f42b91.tar.xz |
Add a connection type for openvswitch interfaces
Open vSwitch support code contributed by:
Jonathan Hudson <jh+arch@daria.co.uk>
Diffstat (limited to 'docs/examples/openvswitch')
-rw-r--r-- | docs/examples/openvswitch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/examples/openvswitch b/docs/examples/openvswitch new file mode 100644 index 0000000..c2069b3 --- /dev/null +++ b/docs/examples/openvswitch @@ -0,0 +1,5 @@ +Description="Example Open vSwitch connection" +Interface=ovs-br0 +Connection=openvswitch +BindsToInterfaces=(eth0 eth1) +IP=dhcp |