CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2020/05/20 23:24:59

Modified files:
        sys/netinet    : ip_carp.c 

Log message:
don't count packets in the carp protocol handling against an interface.

these packets have generally already been counted on the interface
because that's where they were sent or received from. the protocol
handling side of things already counts things like packets, which
you see with netstat -sp carp.

Reply via email to