Carlos Hernandez
Carlos Hernandez
**Describe the problem** [RemoveAllowedIP](https://github.com/netbirdio/netbird/blob/main/iface/wg_configurer_usp.go#L121C35-L121C40) is not an update operation. Because of this when this function is called on platforms depending on the user space implementation of wireguard it results in...
Similar to #1817, BSD base OSes will return "cannot allocate memory" errors when routing table is expanding. ## Describe your changes See issue #1681, this is an additional fix ##...
Current implementation of removeAllowedIP recreates the wg iface, killing all open ports and connections. This is due to that "lines" is the complete output of `get` from wg-usp and not...
**Describe the problem** [client/server/server.go->Status() ](https://github.com/netbirdio/netbird/blob/main/client/server/server.go#L597) returns a status connected when WiFi is suddenly disconnected this contradicts the output of `netbird status` that accurately reflects the connection state This results in...
## Describe your changes [syscall.signal 0 does not work on windows as it is not implemented](https://pkg.go.dev/os?utm_source=godoc#Process.Signal) ## Issue ticket number and link ### Checklist - [x] Is it a bug...
## Describe your changes Block restarting netbird engine for 3s when network change detected. This will help prevent Netbird from attempting to create multiple wiregurad interfaces when restarting the engine...
**Describe the problem** A clear and concise description of what the problem is. ```log management/server/http/middleware/auth_middleware.go:88: Error when validating JWT claims: extended protocol limited to 65535 parameters; extended protocol limited to...
**Describe the problem** When more than one network interface is connected to the same network, the network monitor will try and restart the engine multiple times in succession This error...
## Describe your changes This is a PoC and a potential fix #2002. This patch is not full fleshed out and their are some unattended side effects, but I wanted...
These fixes should be contributed and fixed back to nixpkg master.