X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=xenserver%2Fvswitch-xen.spec;h=42bfbf7b3a6cc645517e239ac9a5088319d20bda;hb=85c74638ed99b77d6894385c3dce0175c4b4baa4;hp=d95d6163ef8dc389312f1884f259bc9c89e8d20a;hpb=6eab8112cf0d53802e49e81c178a28b0a759d1b3;p=openvswitch diff --git a/xenserver/vswitch-xen.spec b/xenserver/vswitch-xen.spec index d95d6163..42bfbf7b 100644 --- a/xenserver/vswitch-xen.spec +++ b/xenserver/vswitch-xen.spec @@ -21,7 +21,9 @@ Summary: Virtual switch Group: System Environment/Daemons URL: http://www.openvswitch.org/ Version: %{vswitch_version} -License: GPL3 + +# The entire source code is ASL 2.0 except datapath/ which is GPLv2 +License: ASL 2.0 and GPLv2 Release: 1 Source: openvswitch-%{vswitch_version}.tar.gz Buildroot: /tmp/vswitch-xen-rpm @@ -165,11 +167,20 @@ EOF fi %post -source /etc/xensource-inventory - -xe host-param-set \ - "other-config:vSwitchVersion=%{version}" uuid="$INSTALLATION_UUID" || - echo "Could not set vSwitchVersion config parameter" +if grep -F net.ipv4.conf.all.arp_filter /etc/sysctl.conf >/dev/null 2>&1; then :; else + cat >>/etc/sysctl.conf <