Skip to content

Commit

Permalink
ovn: fix missing ovsdb binaries (#372478)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Jan 9, 2025
2 parents 594dd76 + c764201 commit a5ab1e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/ov/ovn/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ stdenv.mkDerivation rec {
postInstall = ''
mkdir -vp $out/share/openvswitch/scripts
mkdir -vp $out/etc/ovn
cp ovs/ovsdb/ovsdb-client $out/share/openvswitch/scripts
cp ovs/ovsdb/ovsdb-server $out/share/openvswitch/scripts
cp ovs/ovsdb/ovsdb-tool $out/share/openvswitch/scripts
cp ovs/utilities/ovs-appctl $out/share/openvswitch/scripts
cp ovs/utilities/ovs-vsctl $out/share/openvswitch/scripts
cp ovs/utilities/ovs-lib $out/share/openvswitch/scripts
Expand Down

0 comments on commit a5ab1e5

Please sign in to comment.