Update nixpkgs-stable to 24.11
This commit is contained in:
@@ -44,10 +44,8 @@ let
|
||||
toString (mesh.baseMTU - overhead);
|
||||
|
||||
bridgeFDBs = mapAttrsToList (n: peer: {
|
||||
bridgeFDBConfig = {
|
||||
MACAddress = "00:00:00:00:00:00";
|
||||
Destination = peer.addr;
|
||||
};
|
||||
MACAddress = "00:00:00:00:00:00";
|
||||
Destination = peer.addr;
|
||||
}) otherPeers;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user