- 30 Mar, 2019 2 commits
-
-
Jonathan Dupart authored
networking.service specifies Before=network.target. So openvswitch-switch.service should run before (via networking.service) and after network.target, which is an unsolvable loop dependency. Thanks: Benjamin Drung
-
Jonathan Dupart authored
This is a partial revert of 650fce2f. Thanks: Jose Luis Tallon
-
- 09 Jan, 2019 1 commit
-
-
Ondřej Nový authored
-
- 11 Dec, 2018 2 commits
-
-
Michal Arbet authored
-
Michal Arbet authored
-
- 25 Oct, 2018 2 commits
-
-
Michal Arbet authored
-
Thomas Goirand authored
-
- 22 Oct, 2018 1 commit
-
-
Thomas Goirand authored
fails on Mips arch.
-
- 15 Oct, 2018 1 commit
-
-
Thomas Goirand authored
-
- 12 Oct, 2018 1 commit
-
-
Thomas Goirand authored
mips64el.
-
- 10 Oct, 2018 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
* Add patch to remove tests failing in all mips arch and armel (Closes: #908978).
-
- 01 Oct, 2018 1 commit
-
-
Ondřej Nový authored
-
- 05 Sep, 2018 1 commit
-
-
Thomas Goirand authored
- ovs-dev-ovs-macros-Make-tests-log-how-long-they-waited-when-they-su..diff
-
- 03 Sep, 2018 7 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
* Fix debian/openstack-dev.install.
-
- 01 Sep, 2018 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 31 Aug, 2018 12 commits
-
-
Timothy Redaelli authored
This commit removes the explicit set of 1024-bit RSA keys when ovs-pki is launched and so the default (2048-bit) is used. Signed-off-by:
Timothy Redaelli <tredaelli@redhat.com> Signed-off-by:
Ben Pfaff <blp@ovn.org> Tested-by:
Maxime Coquelin <maxime.coquelin@redhat.com>
-
Thomas Goirand authored
* Added disable-failed-tests.patch.
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
Open vSwitch version 2.10.0.
-
- 30 Aug, 2018 3 commits
-
-
Markos Chandras authored
This fixes the following warning when building Open vSwitch on the openSUSE Build Service: W: non-executable-script /usr/share/bash-completion/completions/ovs-appctl-bashcomp.bash This text file contains a shebang or is located in a path dedicated for executables, but lacks the executable bits and cannot thus be executed. If the file is meant to be an executable script, add the executable bits, otherwise remove the shebang or move the file elsewhere. The file is meant to be sourced instead of executed, so we can simply drop the shebang. Signed-off-by:
Markos Chandras <mchandras@suse.de> Signed-off-by:
Ben Pfaff <blp@ovn.org>
-
Ben Pfaff authored
A previous commit attempted to fix the error path when the actions nested within clone provoked an error. However, this commit just introduced a new problem in another case, since it made ofpacts_pull_openflow_actions__() restore a previously valid pointer to data that might have been reallocated. This commit takes another approach. Instead of trying to restore anything at all, it just defines ofpacts_pull_openflow_actions__() to clear the output buffer when there's an error. It seems that this is less error prone. Most of the callers don't care; this commit fixes up the ones that do. Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9975 Fixes: 20cdd1dbd546 ("ofp-actions: Avoid assertion failure for clone(ct(...bad actions...)).") Signed-off-by:
Ben Pfaff <blp@ovn.org> Tested-by:
Yifeng Sun <pkusunyifeng@gmail.com> Reviewed-by:
Yifeng Sun <pkusunyifeng@gmail.com>
-
Ben Pfaff authored
Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9966 Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9968 Fixes: f1eb32b9641c ("ofp-group: Fix memory leak in error cases parsing group requests.") Signed-off-by:
Ben Pfaff <blp@ovn.org> Reviewed-by:
Yifeng Sun <pkusunyifeng@gmail.com>
-