diff options
author | 2018-02-15 02:03:03 +0000 | |
---|---|---|
committer | 2018-02-15 02:03:03 +0000 | |
commit | 512c3944a110400d352d0b4b0c4c0d916a026637 (patch) | |
tree | 976c26662353856e069d70525ea99a380140ebf0 | |
parent | make a start at documenting egre(4) (diff) | |
download | wireguard-openbsd-512c3944a110400d352d0b4b0c4c0d916a026637.tar.xz wireguard-openbsd-512c3944a110400d352d0b4b0c4c0d916a026637.zip |
there are more GRE rfcs
-rw-r--r-- | share/man/man4/gre.4 | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4 index 36a676a3c1c..650dfd8b724 100644 --- a/share/man/man4/gre.4 +++ b/share/man/man4/gre.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gre.4,v 1.52 2018/02/15 01:58:46 dlg Exp $ +.\" $OpenBSD: gre.4,v 1.53 2018/02/15 02:03:03 dlg Exp $ .\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $ .\" .\" Copyright 1998 (c) The NetBSD Foundation, Inc. @@ -224,6 +224,24 @@ pass quick on gre proto gre no state .Re .Pp .Rs +.%A D. Farinacci +.%A "T. Li" +.%A S. Hanks +.%A D. Meyer +.%A P. Traina +.%D March 2000 +.%R RFC 2784 +.%T Generic Routing Encapsulation (GRE) +.Re +.Pp +.Rs +.%A G. Dommety +.%D September 2000 +.%R RFC 2890 +.%T Key and Sequence Number Extensions to GRE +.Re +.Pp +.Rs .%U https://tools.ietf.org/html/draft-ietf-wrec-web-pro-00.txt .%T Web Cache Coordination Protocol V1.0 .Re |