diff options
author | 2000-09-28 17:56:00 +0000 | |
---|---|---|
committer | 2000-09-28 17:56:00 +0000 | |
commit | b0260e02c18cf6545b179288645d2ba05bc39dc3 (patch) | |
tree | 1518e3f39e7427549b6ad113c9ac5652b290832a | |
parent | Make mouse support friendly with non-25line mode. Thanks mickey@ for reporting (diff) | |
download | wireguard-openbsd-b0260e02c18cf6545b179288645d2ba05bc39dc3.tar.xz wireguard-openbsd-b0260e02c18cf6545b179288645d2ba05bc39dc3.zip |
vrrp proto number per rfc 2338
-rw-r--r-- | etc/protocols | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/protocols b/etc/protocols index ceb35d6e506..da96823da83 100644 --- a/etc/protocols +++ b/etc/protocols @@ -1,7 +1,7 @@ # # Internet (IP) protocols # -# $OpenBSD: protocols,v 1.10 2000/01/17 16:39:09 itojun Exp $ +# $OpenBSD: protocols,v 1.11 2000/09/28 17:56:00 mickey Exp $ # # Updated based on RFC 1340, Assigned Numbers (July 1992). # See also http://www.iana.org/in-notes/iana/assignments/protocol-numbers @@ -108,4 +108,5 @@ any 99 any # private encryption scheme gmtp 100 GMTP # GMTP pim 103 PIM # Protocol Independent Multicast ipcomp 108 IPComp # IP Payload Compression Protocol +vrrp 112 VRRP # Virtual Router Redundancy Protocol reserved 255 Reserved # |