| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
https://github.com/openvswitch/ovs/blob/master/NEWS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.
Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").
Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.
GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.
Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!
[1]: https://spdx.org/licenses/
|
|
|
|
|
| |
* openvswitch module cannot be removed without a reboot so do not
unload it
|
| |
|
|
|
|
| |
https://github.com/openvswitch/ovs/blob/master/NEWS
|
|
|
|
| |
http://openvswitch.org/releases/NEWS-2.8.0
|
|
|
|
|
| |
http://openvswitch.org/releases/NEWS-2.7.2
https://mail.openvswitch.org/pipermail/ovs-discuss/2017-July/044894.html
|
| |
|
|
|
|
| |
http://openvswitch.org/releases/NEWS-2.7.0
|
| |
|
|
|
|
| |
fixes commit "main/[various]: dont set arch in split function"
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
the stack size in lib/ovs-thread.c is now set to 512 bytes by ovs
so the patch is no longer needed.
http://openvswitch.org/releases/NEWS-2.6.0
|
|
|
|
|
|
| |
changelog:
https://github.com/openvswitch/ovs/blob/master/NEWS
|
| |
|
|
|
|
|
| |
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
*** NB: please move openvswitch-2.3.2-r1.apk in edge ---> stable ***
Changes in 2.4.0:
https://github.com/openvswitch/ovs/blob/master/NEWS
Added bash-completions
ovs 2.3.2 & 2.4.0 both have partial support for LXC:
see: https://github.com/itoffshore/lxc-scripts
ovsup / ovsdown stop LXC containers losing connectivity when networking
is restarted.
|
|
|
|
|
|
|
|
| |
starting ovs-vswitchd from the ifupdown script did not start the depends
during boot.
ovs will now start correctly with networking if it is stopped or if none
of the ovs services have been configured.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
small fix for /etc/network/if-pre-up.d/openvswitch. When networking is
started now ovs-vswitchd will be started if stopped.
added /usr/share/doc/openvswitch/README.alpine which provides
instructions on how to use /etc/network/pre-up.d/openvswitch.
You can now configure bridges / ports / bonds in /etc/network/interfaces.
You can also integrate LXC into OVS / ifupdown easily via 'ovsup' & 'ovsdown':
https://github.com/itoffshore/lxc-scripts
If you install 'apk-post-messages' & 'openvswitch-doc' detailed instructions
are printed.
|
|
|
|
|
|
|
|
|
| |
Notes for anyone using ovs with lxc & updating from Alpine 3.1 --> 3.2
In LXC 1.1.2 the mount entries in container/config have changed a little
& need to be modified (create a new container to find the new config format).
Changing these & rebooting with the new ovs worked without issue. Not doing
this broke the networking.
|
| |
|
| |
|
|
|