mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add the GRE protocol
Generic Routing Encapsulation (RFC 1702)
This commit is contained in:
parent
aa7caaaeb8
commit
b92d02b6db
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Internet (IP) protocols
|
||||
#
|
||||
# $Id: protocols,v 1.8 1997/10/23 15:11:21 itojun Exp $
|
||||
# $Id: protocols,v 1.9 1997/12/19 22:03:25 julian Exp $
|
||||
# from: @(#)protocols 5.1 (Berkeley) 4/17/89
|
||||
#
|
||||
# See also http://www.iana.org/in-notes/iana/assignments/protocol-numbers
|
||||
|
|
@ -27,6 +27,7 @@ ipv6 41 IPV6 # ipv6
|
|||
ipv6-route 43 IPV6-ROUTE # routing header for ipv6
|
||||
ipv6-frag 44 IPV6-FRAG # fragment header for ipv6
|
||||
rsvp 46 RSVP # Resource ReSerVation Protocol
|
||||
gre 47 GRE # Generic Routing Encapsulation (RFC 1702)
|
||||
esp 50 ESP # encapsulating security payload
|
||||
ah 51 AH # authentication header
|
||||
skip 57 SKIP # SKIP
|
||||
|
|
|
|||
Loading…
Reference in a new issue