[PATCH net-next] inet_diag: Add equal-operator for ports

2017-12-27 Thread Kristian Evensen
inet_diag currently provides less/greater than or equal operators for comparing ports when filtering sockets. An equal comparison can be performed by combining the two existing operators, or a user can for example request a port range and then do the final filtering in userspace. However, these app

Re: [PATCH net-next] inet_diag: Add equal-operator for ports

2018-01-02 Thread David Miller
From: Kristian Evensen Date: Wed, 27 Dec 2017 18:27:58 +0100 > inet_diag currently provides less/greater than or equal operators for > comparing ports when filtering sockets. An equal comparison can be > performed by combining the two existing operators, or a user can for > example request a port