Source-Changes-HG archive

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

[src/is-mlppp]: src/sys/net Multilink fragment protocol type.



details:   https://anonhg.NetBSD.org/src/rev/df953baa34f4
branches:  is-mlppp
changeset: 970673:df953baa34f4
user:      is <is%NetBSD.org@localhost>
date:      Tue Apr 07 18:35: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 eb175d2f941b -r df953baa34f4 sys/net/ppp_defs.h
--- a/sys/net/ppp_defs.h        Tue Apr 07 18:32:20 2020 +0000
+++ b/sys/net/ppp_defs.h        Tue Apr 07 18:35: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.13.106.1 2020/04/07 18:35: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