CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/12/04 11:20:46

Modified files:
        sys/net        : if_gre.c 
        sys/netinet    : in_proto.c 

Log message:
Unlock gre_sysctl().

Both `gre_allow' and `gre_wccp' are atomically accessed integers. They
could have only '0' and '1' values, so no extra dances around
atomic_load_int(9) required.

ok bluhm

Reply via email to