#278 closed defect (fixed)
With --disable-ipv6, port check always checks all interfaces
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 3.0.1 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
There is a bug in the port check code that causes it to check all interfaces if samhain is compiled with the --disable-ipv6
option. Some debugging shows that the protocol family is not set in the sockaddr variable...
Note:
See TracTickets
for help on using tickets.
Believed to be fixed with changeset [380].