From c972a91eea8c3de74d3a66dd171ec99932874e7e Mon Sep 17 00:00:00 2001 From: kai Date: Tue, 18 Jan 2000 17:59:25 +0000 Subject: [PATCH] added the "BACP Bandwidth Allocation Control Protocol" to recognized protocols. --- ipppd/protos.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ipppd/protos.h b/ipppd/protos.h index f5f1bd9e..955b77d0 100644 --- a/ipppd/protos.h +++ b/ipppd/protos.h @@ -84,6 +84,7 @@ struct protos protonames[] = { { 0xc025,"Link Quality Report" }, { 0xc027,"Shiva Password Authentication Protocol" }, { 0xc029,"CallBack Control Protocol (CBCP)" }, + { 0xc02b,"BACP Bandwidth Allocation Control Protocol" }, { 0xc081,"Container Control Protocol" }, { 0xc223,"Challenge Handshake Authentication Protocol" }, { 0xc225,"RSA Authentication Protocol" },