OpenFastPath / ofp

OpenFastPath project
BSD 3-Clause "New" or "Revised" License
349 stars 126 forks source link

Arp entries become invalid after 2s and the entry timeout callback makes the entry invalid regardless of traffic #209

Closed RadulescuValentin closed 6 years ago

RadulescuValentin commented 6 years ago

The arp entry timeout callback ofp_arp_entry_usetime_tmo makes the entry invalid even if packets were received for that entry,

RadulescuValentin commented 6 years ago

It's about: / Timer interval for entry use time update. /

define ARP_ENTRY_UPD_TIMEOUT 2

In previous versions of file OFP_ARP_ENTRY_TIMEOUT was used which was 1200. There is still a comment about OFP_ARP_ENTRY_TIMEOUT.