forked from pool/openvswitch
Marcus Rueckert
38d1b0332c
- Add additional install requirements for python-openvswitch-test package. - Add support for building both 2.4.0 and 2.5.0 from the same spec file. Needed to fix SLE11 builds as OVS-2.5.0 no longer supports python < 2.7. SLE11 SP3 and SP4 use python 2.6. - Added: openvswitch-2.4.0.tar.gz - New upstream version 2.5.0 (LTS) - Dropped support for Python older than version 2.7. As a consequence, using Open vSwitch 2.5 or later on XenServer 6.5 or earlier (which have Python 2.4) requires first installing Python 2.7. - OpenFlow: * Group chaining (where one OpenFlow group triggers another) is now supported. * OpenFlow 1.4+ "importance" is now considered for flow eviction. * OpenFlow 1.4+ OFPTC_EVICTION is now implemented. * OpenFlow 1.4+ OFPTC_VACANCY_EVENTS is now implemented. * OpenFlow 1.4+ OFPMP_TABLE_DESC is now implemented. * Allow modifying the ICMPv4/ICMPv6 type and code fields. * OpenFlow 1.4+ OFPT_SET_ASYNC_CONFIG and OFPT_GET_ASYNC_CONFIG are now implemented. - ovs-ofctl: * New "out_group" keyword for OpenFlow 1.1+ matching on output group. - Tunnels: * Geneve tunnels can now match and set options and the OAM bit. * The nonstandard GRE64 tunnel extension has been dropped. - Support Multicast Listener Discovery (MLDv1 and MLDv2). - Add 'symmetric_l3l4' and 'symmetric_l3l4+udp' hash functions. - sFlow agent now reports tunnel and MPLS structures. OBS-URL: https://build.opensuse.org/request/show/368475 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=79 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
log-check-module-loop.patch | ||
Module.supported | ||
Module.supported.updates | ||
openvswitch-2.4.0.tar.gz | ||
openvswitch-2.5.0.tar.gz | ||
openvswitch-ipsec.init | ||
openvswitch-switch.init | ||
openvswitch-switch.logrotate | ||
openvswitch-testcontroller.init | ||
openvswitch-vtep.init | ||
openvswitch.changes | ||
openvswitch.service | ||
openvswitch.spec | ||
ovn-controller-vtep.service | ||
ovn-controller.service | ||
ovn-northd.service | ||
preamble | ||
README.packager |
This package is based on the Debian openvswitch package as the original openvswitch package in the build service was next to useless due of being based on the xenserver/ directory of the sources, which tied the package completely to xen. Also, the original package was one big package depending even on Qt4. This package splits in varius subpackages. The xen part was removed. If it needs to be added again, it needs to be its subpackage. TODO: - [DONE] sysconfig is bogus, as the init scripts do not source it yet (uses debian defaults file) - pki component does not have the postun postin scripts yet