mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-18 11:00:06 +02:00
[client] Add detailed routes and resolved IPs to debug bundle (#4141)
This commit is contained in:
@@ -12,3 +12,8 @@ func (g *BundleGenerator) trySystemdLogFallback() error {
|
||||
// TODO: Add BSD support
|
||||
return nil
|
||||
}
|
||||
|
||||
func (g *BundleGenerator) addIPRules() error {
|
||||
// IP rules are only supported on Linux
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user