Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.6:Update
arpwatch
arpwatch-no-source-zero.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File arpwatch-no-source-zero.dif of Package arpwatch
--- arpwatch-2.1a11/arpwatch.c +++ arpwatch-2.1a11/arpwatch.c @@ -378,6 +378,12 @@ /* Source ip address */ BCOPY(SPA(ea), &sia, 4); + /* dhcp broadcasts source from 0.0.0.0 - ignore */ + if (sia == 0) { + dosyslog(LOG_INFO, "0-source", sia, sea, sha); + return; + } + /* Watch for bogons */ if (isbogon(sia)) { dosyslog(LOG_INFO, "bogon", sia, sea, sha);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor