Skip to content

Commit

Permalink
Revert "Silence kernel interface probe slightly"
Browse files Browse the repository at this point in the history
This reverts commit 560779b.
  • Loading branch information
troglobit committed Sep 29, 2020
1 parent 5438ff3 commit bbcab84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ void config_vifs_from_kernel(void)
* Ignore any interface for an address family other than IP.
*/
if (!ifa->ifa_addr || ifa->ifa_addr->sa_family != AF_INET) {
// logit(LOG_INFO, 0, "skipping (this instance of) %s, no IPv4 address.", ifa->ifa_name);
logit(LOG_INFO, 0, "skipping (this instance of) %s, no IPv4 address.", ifa->ifa_name);
continue;
}

Expand Down

0 comments on commit bbcab84

Please sign in to comment.