Satish K
Committed by Gerrit Code Review

MCastFwdReviewFix

Change-Id: I2d6ae7d19bef15fbffa6683ad74301804bcf6328
......@@ -168,7 +168,7 @@ public class McastForwarding {
* ingress port would be a specific device.
*/
McastRoute entry = mrib.findBestMatch(spfx, gpfx);
if (entry == null || entry.getSaddr().equals(IPv4.fromIPv4Address(0))) {
if (entry == null || entry.getSaddr().address().isZero()) {
/*
* Create an entry that we can fast drop.
......