DragonFly-2.1.1.19.g7e907 master sys/netinet ip_carp.c

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Wed Dec 3 05:26:49 PST 2008


commit 7e90771f8b0147ef1c9682108631cae4f97a5f23
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Wed Dec 3 21:18:59 2008 +0800

    Rework carp_input()
    - Use ip header length passed in
    - Calculate minimal CARP packet size only once
    - Nuke redundant mbuf length check and m_pullup()
    - Use in_cksum_skip()
    - Add comment
    - Keep log message consistent with OpenBSD

Summary of changes:
 sys/netinet/ip_carp.c |   64 +++++++++++++++++-------------------------------
 1 files changed, 23 insertions(+), 41 deletions(-)

http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=7e90771f8b0147ef1c9682108631cae4f97a5f23


-- 
DragonFly BSD source repository





More information about the Commits mailing list