[PATCH] Adding in defines for PPP_ECP and PPP_EAP into linux/ppp_defs.h

From: Eivind Næss
Date: Tue May 31 2022 - 13:13:30 EST


This patch includes additional defiles for PPP ECP and EAP protocols.

Signed-off-by: Eivind Næss <eivnaes@xxxxxxxxx>
---
include/uapi/linux/ppp_defs.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/include/uapi/linux/ppp_defs.h b/include/uapi/linux/ppp_defs.h
index 20286bd90ab5..5c4c94205e33 100644
--- a/include/uapi/linux/ppp_defs.h
+++ b/include/uapi/linux/ppp_defs.h
@@ -50,6 +50,7 @@
#define PPP_IPCP 0x8021 /* IP Control Protocol */
#define PPP_ATCP 0x8029 /* AppleTalk Control Protocol */
#define PPP_IPXCP 0x802b /* IPX Control Protocol */
+#define PPP_ECP 0x8053 /* Encryption Control Protocol */
#define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */
#define PPP_CCPFRAG 0x80fb /* CCP at link level (below MP bundle) */
#define PPP_CCP 0x80fd /* Compression Control Protocol */
@@ -58,6 +59,7 @@
#define PPP_PAP 0xc023 /* Password Authentication Protocol */
#define PPP_LQR 0xc025 /* Link Quality Report protocol */
#define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */
+#define PPP_EAP 0xc227 /* Extensible Authentication Protocol */
#define PPP_CBCP 0xc029 /* Callback Control Protocol */

/*
--
2.32.0