Feature:
Selector support has been added to 'ip rule list' command.
Reason:
As with 'ip route list' command, being able to filter output based on arbitrary criteria adds convenience when dealing with large rule sets.
Result:
'ip rule list' output may be limited by specifying match criteria such as e.g. 'ip rule list iif eth0' or 'ip rule list not oif eth1'.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHEA-2018:0815
commit ca89c521433d55d70fcd89322511abc3f524ac34 Author: Hangbin Liu <liuhangbin> Date: Fri Sep 23 11:25:55 2016 +0800 ip rule: add selector support