]> git.ipfire.org Git - thirdparty/iproute2.git/commit
CBQ use matches() function instead of strcmp().
authorJesper Dangaard Brouer <jdb@comx.dk>
Sun, 23 Mar 2008 22:49:11 +0000 (23:49 +0100)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Tue, 1 Apr 2008 18:27:17 +0000 (11:27 -0700)
commit1db5e2ec13402a54aa40b518a5d07dc4a45746ca
tree8a7344d4f1224bf47f6498541a8bdd36a6d03db2
parent2c42579f9c15bdd9d0fdd5e6571c382bfa31399a
CBQ use matches() function instead of strcmp().

Change CBQ to use matches() function instead of strcmp().

This resembels the usage in other parse functions, and allows
partial command parameter matching.

Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
tc/q_cbq.c