Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Multilink fragment protocol type.



details:   https://anonhg.NetBSD.org/src/rev/730d2f55e68e
branches:  trunk
changeset: 850449:730d2f55e68e
user:      is <is%NetBSD.org@localhost>
date:      Sat Apr 04 19:46:01 2020 +0000

description:
Multilink fragment protocol type.

diffstat:

 sys/net/ppp_defs.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6e757421e2dc -r 730d2f55e68e sys/net/ppp_defs.h
--- a/sys/net/ppp_defs.h        Sat Apr 04 19:26:51 2020 +0000
+++ b/sys/net/ppp_defs.h        Sat Apr 04 19:46:01 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ppp_defs.h,v 1.13 2008/02/20 17:05:53 matt Exp $       */
+/*     $NetBSD: ppp_defs.h,v 1.14 2020/04/04 19:46:01 is Exp $ */
 /*     Id: ppp_defs.h,v 1.11 1997/04/30 05:46:24 paulus Exp    */
 
 /*
@@ -84,6 +84,7 @@
 #define PPP_IPX                0x002b          /* IPX protocol */
 #define        PPP_VJC_COMP    0x002d          /* VJ compressed TCP */
 #define        PPP_VJC_UNCOMP  0x002f          /* VJ uncompressed TCP */
+#define PPP_MP         0x003d          /* Multilink PPP Fragment */
 #define PPP_IPV6       0x0057          /* Internet Protocol Version 6 */
 #define PPP_COMP       0x00fd          /* compressed packet */
 #define PPP_IPCP       0x8021          /* IP Control Protocol */



Home | Main Index | Thread Index | Old Index