Re: [PATCH net 0/2] vxlan: fix error reporting

2016-09-04 Thread David Miller
From: Jiri Benc Date: Fri, 2 Sep 2016 13:37:10 +0200 > This patchset improves checking for invalid configuration in VXLAN and fixes > problems with duplicated and inappropriate error messages. Series applied, thanks.

Re: [PATCH net 0/2] vxlan: fix error reporting

2016-09-02 Thread Jiri Benc
On Fri, 2 Sep 2016 09:03:11 -0700, Stephen Hemminger wrote: > On Fri, 2 Sep 2016 13:37:10 +0200 > Jiri Benc wrote: > > > This patchset improves checking for invalid configuration in VXLAN and fixes > > problems with duplicated and inappropriate error messages. > > > > Jiri Benc (2): > > vxlan

Re: [PATCH net 0/2] vxlan: fix error reporting

2016-09-02 Thread Stephen Hemminger
On Fri, 2 Sep 2016 13:37:10 +0200 Jiri Benc wrote: > This patchset improves checking for invalid configuration in VXLAN and fixes > problems with duplicated and inappropriate error messages. > > Jiri Benc (2): > vxlan: reject multicast destination without an interface > vxlan: fix duplicate

[PATCH net 0/2] vxlan: fix error reporting

2016-09-02 Thread Jiri Benc
This patchset improves checking for invalid configuration in VXLAN and fixes problems with duplicated and inappropriate error messages. Jiri Benc (2): vxlan: reject multicast destination without an interface vxlan: fix duplicated and wrong error messages drivers/net/vxlan.c | 38