<font size=2 face="sans-serif">The last email I have from the guy that
maintains our testcase repository said:</font><br><br><font size=2 face="sans-serif">LTP testcase updated to 20170116 for
ubuntu17.04</font><br><font size=2 face="sans-serif"><br><br><br>Thanks,<br>A.P. Pundt<br>sametime:apundt@us.ibm.com<br>office:512-286-8093<br>office: 45/3A-97<br>IBM-Austin, Texas</font><br><br><br><br><font size=1 color=#5f5f5f face="sans-serif">From:      
 </font><font size=1 face="sans-serif">Petr Vorel <pvorel@suse.cz></font><br><font size=1 color=#5f5f5f face="sans-serif">To:      
 </font><font size=1 face="sans-serif">Alton L Pundt/Austin/IBM@IBMUS</font><br><font size=1 color=#5f5f5f face="sans-serif">Cc:      
 </font><font size=1 face="sans-serif">ltp@lists.linux.it</font><br><font size=1 color=#5f5f5f face="sans-serif">Date:      
 </font><font size=1 face="sans-serif">03/30/2017 08:37 AM</font><br><font size=1 color=#5f5f5f face="sans-serif">Subject:    
   </font><font size=1 face="sans-serif">Re: [LTP] mc_cmds01
needs change from netstat command to ip maddr show dev</font><br><hr noshade><br><br><br><tt><font size=2>Hi Alton,<br><br>> Have you tested with "ip maddr" instead?  For example,
in your script,<br><br>>   netstat -gn | grep $IFNAME | grep -q 224.0.0.1<br><br>> would become:<br><br>>   ip maddr show dev $IFNAME | grep -q 224.0.0.1<br><br>> The extra benefit here is one less subshell and grep command to look
for <br>> the target multicast group.<br><br>Which version of LTP do you use? netstat and ifconfig was replaced with
ip a while ago in<br>commit 491423d9f695480a18abc2ad4167aad51b06be96 [1], released in LTP 20150420.<br><br>Can you test it with recent release?<br><br><br>Kind regards,<br>Petr<br><br>[1] </font></tt><a href="https://github.com/linux-test-project/ltp/commit/491423d9f695480a18abc2ad4167aad51b06be96"><tt><font size=2>https://github.com/linux-test-project/ltp/commit/491423d9f695480a18abc2ad4167aad51b06be96</font></tt></a><tt><font size=2><br><br></font></tt><br><br><BR>