net/mwan3: fix mwan3track kill execution
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 31 Jul 2017 09:46:21 +0000 (11:46 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 10 Aug 2017 08:48:18 +0000 (10:48 +0200)
commit0b44ca505bdb882b7b2d68431ca8b2a739f6cc97
tree31287e3c0b802eaa8396d5d61018270ca7b25015
parent487278dcd12c01a67214996a4b8943a65061bfe0
net/mwan3: fix mwan3track kill execution

If two interface have the same prefix "wan" for example "wan" and "wan1"
pgrep returns the PID for wan1 also "pgrep -f mwan3track wan".

Before this fix "wan1" was also killed! This is not what we want.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/mwan3/files/lib/mwan3/mwan3.sh
net/mwan3/files/usr/libexec/rpcd/mwan3
net/mwan3/files/usr/sbin/mwan3
net/mwan3/files/usr/sbin/mwan3track