From owner-cvs-src@FreeBSD.ORG Fri Jun 20 17:30:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EA0E106566B; Fri, 20 Jun 2008 17:30:10 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF608FC1A; Fri, 20 Jun 2008 17:30:10 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5KHUAWH051545; Fri, 20 Jun 2008 17:30:10 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5KHUAbT051544; Fri, 20 Jun 2008 17:30:10 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200806201730.m5KHUAbT051544@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 20 Jun 2008 17:26:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c src/share/man/man4 gre.4 src/sys/net if_gre.c if_gre.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2008 17:30:10 -0000 thompsa 2008-06-20 17:26:34 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifconfig.c share/man/man4 gre.4 sys/net if_gre.c if_gre.h Log: SVN rev 179894 on 2008-06-20 17:26:34Z by thompsa Add support for the optional key in the GRE header. PR: kern/114714 Submitted by: Cristian KLEIN Revision Changes Path 1.148 +11 -1 src/sbin/ifconfig/ifconfig.8 1.137 +20 -0 src/sbin/ifconfig/ifconfig.c 1.8 +14 -2 src/share/man/man4/gre.4 1.49 +44 -3 src/sys/net/if_gre.c 1.15 +7 -0 src/sys/net/if_gre.h