diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-03-15 23:10:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-22 15:33:25 +0700 |
commit | b7b30fc19a3678820cf38eeffa8e5aac37149594 (patch) | |
tree | c78dbc6328bca1c2976ebf548bfc04eea9d2a623 /system/xen/openvswitch/openvswitch.conf | |
parent | 1e301e41ee5c82fda47438d878b48c3af4691985 (diff) |
system/xen: Updated for version 4.5.0 and more.
Diffstat (limited to 'system/xen/openvswitch/openvswitch.conf')
-rw-r--r-- | system/xen/openvswitch/openvswitch.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/xen/openvswitch/openvswitch.conf b/system/xen/openvswitch/openvswitch.conf new file mode 100644 index 0000000000000..4d6a43e06ffcf --- /dev/null +++ b/system/xen/openvswitch/openvswitch.conf @@ -0,0 +1,15 @@ +# This is a very simple configuration file written in bash and sourced by +# vif-openvswitch-extended script. Setting either IPv4 or IPv6 vars enables full +# ARP restriction on the interface. Things get even more restrictive when one or +# more defaults are set and applied to all guests. Rate limits are specified in +# megabytes per second and ip address can have a netmask. For individual domain +# configuration, use dom_name config as a starting point and replace it with the +# actual domain name. + +#rate[::default]="10" +#ipv4[::default]="169.254.0.0/16" +#ipv6[::default]="fe80::/64" + +#rate[dom_name]="100" +#ipv4[dom_name]="10.0.0.2" +#ipv6[dom_name]="fd00::2" |