We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64580d commit 47efce3Copy full SHA for 47efce3
pkgs/overlay.nix
@@ -123,6 +123,12 @@ builtins.mapAttrs (_: patchPhps (fetchpatch {
123
124
patches = [
125
./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
+ })
132
];
133
});
134
0 commit comments