mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Eivind Næss" <eivnaes@gmail.com>
To: unlisted-recipients:; (no To-header on input)
Cc: eivnaes@yahoo.com, linux-kernel@vger.kernel.org (open list)
Subject: [PATCH] Adding in defines for PPP_ECP and PPP_EAP into linux/ppp_defs.h
Date: Tue, 31 May 2022 10:13:05 -0700	[thread overview]
Message-ID: <20220531171308.651960-1-eivnaes@yahoo.com> (raw)

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

Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
---
 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


                 reply	other threads:[~2022-05-31 17:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220531171308.651960-1-eivnaes@yahoo.com \
    --to=eivnaes@gmail.com \
    --cc=eivnaes@yahoo.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®