Browse Source

Common Address Redundancy Protocol

Allows multiple hosts to share an IP address, providing high availability
and load balancing.
Based on code by mickey@, with additional help from markus@
and Marco_Pfatschbacher@genua.de
ok deraadt@
OPENBSD_3_5
mcbride 21 years ago
parent
commit
c62a2ca99d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/protocols

+ 2
- 2
src/etc/protocols View File

@ -1,7 +1,7 @@
#
# Internet (IP) protocols
#
# $OpenBSD: protocols,v 1.17 2003/01/16 19:49:52 rohee Exp $
# $OpenBSD: protocols,v 1.18 2003/10/17 21:04:57 mcbride Exp $
#
# Updated based on RFC 1340, Assigned Numbers (July 1992).
# See also http://www.iana.org/assignments/protocol-numbers
@ -118,7 +118,7 @@ ipcomp 108 IPComp # IP Payload Compression Protocol
snp 109 SNP # Sitara Networks Protocol
compaq-peer 110 Compaq-Peer # Compaq Peer Protocol
ipx-in-ip 111 IPX-in-IP # IPX in IP
vrrp 112 VRRP # Virtual Router Redundancy Protocol
carp 112 CARP vrrp # Common Address Redundancy Protocol
pgm 113 PGM # PGM Reliable Transport Protocol
# 114 # any 0-hop protocol
l2tp 115 L2TP # Layer Two Tunneling Protocol


Loading…
Cancel
Save