Comment 1 for bug 1359145

Revision history for this message
Divakar Dharanalakota (ddivakar) wrote :

Git commit id I57ab54c81672e20f9e5e3ce275730a5e3875c258 fixes the issue in R1.1 and git commit id Ib6b9fb357cd2d5702092ff807dd75eb48bee6a70 in mainline.

The issue is because of DF bit bit packet that is trapped to Agent does not have ethernet header incase of subnet broadcast and comeplete broadcast. vr_pcow() is modified to ensure that ethernet header is not truncated even in case vr_pcow() to be able to trap the DF bit packet as is to AGent.
-Divakar