Skip to content

Commit a5fd671

Browse files
committed
LocalIP: fix showMac does not honor defaultRouteOnly
1 parent 8319512 commit a5fd671

File tree

5 files changed

+268
-161
lines changed

5 files changed

+268
-161
lines changed

src/detection/localip/localip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ typedef struct FFLocalIpResult
1212
FFstrbuf flags;
1313
int32_t mtu;
1414
int32_t speed; // in Mbps
15-
bool defaultRoute;
15+
FFLocalIpType defaultRoute;
1616
} FFLocalIpResult;
1717

1818
typedef struct FFLocalIpNIFlag

0 commit comments

Comments
 (0)