Re: [PATCH v2] net: don't warn in inet diag when IPV6 is disabled

2019-07-03 Thread David Miller
From: Stephen Hemminger Date: Tue, 2 Jul 2019 15:20:21 -0700 > If IPV6 was disabled, then ss command would cause a kernel warning > because the command was attempting to dump IPV6 socket information. > The fix is to just remove the warning. > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi

[PATCH v2] net: don't warn in inet diag when IPV6 is disabled

2019-07-02 Thread Stephen Hemminger
If IPV6 was disabled, then ss command would cause a kernel warning because the command was attempting to dump IPV6 socket information. The fix is to just remove the warning. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=202249 Fixes: 432490f9d455 ("net: ip, diag -- Add diag interface for r