cvs commit: src/sys/netinet icmp6.h src/sys/netinet6 icmp6.c in6_proto.c

JINMEI Tatuya jinmei at FreeBSD.org
Thu May 17 21:20:31 UTC 2007


jinmei      2007-05-17 21:20:24 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          icmp6.h 
    sys/netinet6         icmp6.c in6_proto.c 
  Log:
  - Disabled responding to NI queries from a global address by default as
    specified in RFC4620.  A new flag for icmp6_nodeinfo was added to enable the
    feature.
  - Also cleaned up the code so that the semantics of the icmp6_nodeinfo
    flags is clearer (i.e., defined specific macro names instead of using
    hard-coded values).
  
  Approved by:    gnn (mentor)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.21      +5 -0      src/sys/netinet/icmp6.h
  1.76      +28 -6     src/sys/netinet6/icmp6.c
  1.43      +2 -1      src/sys/netinet6/in6_proto.c


More information about the cvs-src mailing list