]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: Fix filter expression parser
authorVadim Kochan <vadim4j@gmail.com>
Fri, 13 Feb 2015 11:01:08 +0000 (13:01 +0200)
committerStephen Hemminger <shemming@brocade.com>
Sun, 22 Feb 2015 00:40:26 +0000 (16:40 -0800)
commit1527a17ed88fa4d1778f71e066bca1d68d5eba0a
tree48e1df22cf022fe05012efe9d443bd9772b38804
parent1f01dd89f533b5637c83ddbfd483c165411b5cde
ss: Fix filter expression parser

Seems expression parser did not work correctly some
long time and such simple things did not work too:

    # ss -a '( sport = :ssh )'

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
misc/ss.c