Bug 93731

Summary: GARP packet is not sent for interface up
Product: Networking Reporter: niyas (aniyas15)
Component: IPV4Assignee: Stephen Hemminger (stephen)
Status: NEW ---    
Severity: blocking CC: szg00000
Priority: P1    
Hardware: x86-64   
OS: Linux   
Kernel Version: 3.10 Subsystem:
Regression: No Bisected commit-id:

Description niyas 2015-02-24 08:07:40 UTC
Hi All,

I am working custom platform based on x86_64 running 3.10 kernel,
Recently I found an issue related to GARP. It seems like  no GARP
packets are being sent out when an Interface is made up. But I also
noticed that only when I use "arping" tool only then it sends out any
GARP packet.

I also try setting the net variable "arp_notify" then I see the
arp_send() function is being called after that I am unable to track
further.

Could you please help me, what could be issue, Is it a valid
expectation that during interface up the linux kernel should send out
GARP packet? If so, am I missing any kernel configuration related to
it?

Thanks in Advance.

Regards,
A.Mydeen.