Skip to content

Commit 47efce3

Browse files
committed
pkgs: add frr patch with regression fix
PL-133422
1 parent a64580d commit 47efce3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkgs/overlay.nix

+6
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ builtins.mapAttrs (_: patchPhps (fetchpatch {
123123

124124
patches = [
125125
./frr/0001-Don-t-throw-error-when-log-directory-already-exists.patch
126+
# issue with best path selection erroneously deleting local mac
127+
# addresses during incoming guest migration.
128+
(fetchpatch {
129+
url = "https://github.com/FRRouting/frr/commit/c3e264e27ac5b682c4647aeeaf4e61f09d5243f9.patch";
130+
hash = "sha256-YUNyE2ZeW3q58E+fpFhmMGpp56eba8HUI7pcLLbQDTE=";
131+
})
126132
];
127133
});
128134

0 commit comments

Comments
 (0)