aboutsummaryrefslogtreecommitdiff
path: root/system/xen/openvswitch/README.openvswitch-extended
diff options
context:
space:
mode:
authorMario Preksavec <mario@slackware.hr>2015-03-15 23:10:28 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-03-22 15:33:25 +0700
commitb7b30fc19a3678820cf38eeffa8e5aac37149594 (patch)
treec78dbc6328bca1c2976ebf548bfc04eea9d2a623 /system/xen/openvswitch/README.openvswitch-extended
parent1e301e41ee5c82fda47438d878b48c3af4691985 (diff)
system/xen: Updated for version 4.5.0 and more.
Diffstat (limited to 'system/xen/openvswitch/README.openvswitch-extended')
-rw-r--r--system/xen/openvswitch/README.openvswitch-extended23
1 files changed, 23 insertions, 0 deletions
diff --git a/system/xen/openvswitch/README.openvswitch-extended b/system/xen/openvswitch/README.openvswitch-extended
new file mode 100644
index 000000000000..399a7d37ad5c
--- /dev/null
+++ b/system/xen/openvswitch/README.openvswitch-extended
@@ -0,0 +1,23 @@
+vif-openvswitch-extended: This script extends vif-openvswitch features.
+
+The original vif-openvswitch script, which can also be found in this package,
+was used as a template for this "extended" script. The main purpose here is to
+add HTB rate limiting and IP/ARP address spoof prevention between domU guests.
+
+Until openvswitch.conf is present and configured in XEN_CONFIG_DIR path, this
+script will behave just like the original one. This package uses /etc/xen config
+path by default.
+
+To enable this script for all guests by default, set xl.conf variable like this:
+
+ vif.default.script="vif-openvswitch-extended"
+
+Additionally, included is an openvswitch-clean.sh helper script; it can be used
+to clean up and (re)apply configuration options found in openvswitch.conf file.
+Due to the fact that this script is based on the original script, which you
+might already be using, it is easy to switch over. You can start by configuring
+openvswitch.conf, xl.conf and finally run helper script to set everything up.
+
+These scripts were written for my own use, and its possible they have some bugs
+or unforeseen deficiencies on your system. In either case, feel free to write
+me an email about it.