cvs commit: src/share/man/man4 gre.4 src/sys/net if_gre.c if_gre.h src/sys/netinet ip_gre.c

Maxim Sobolev sobomax at FreeBSD.org
Mon Jan 26 04:33:58 PST 2004


sobomax     2004/01/26 04:33:56 PST

  FreeBSD src repository

  Modified files:
    share/man/man4       gre.4 
    sys/net              if_gre.c if_gre.h 
    sys/netinet          ip_gre.c 
  Log:
  Add support for WCCPv2. It should be enablem manually using link2
  ifconfig(8) flag since header for version 2 is the same but IP payload
  is prepended with additional 4-bytes field.
  
  Inspired by:    Roman Synyuk <roman at univ.kiev.ua>
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.3       +10 -0     src/share/man/man4/gre.4
  1.19      +5 -0      src/sys/net/if_gre.c
  1.10      +12 -0     src/sys/net/if_gre.h
  1.14      +6 -3      src/sys/netinet/ip_gre.c


More information about the cvs-all mailing list